diff options
author | Noel Power <noel.power@suse.com> | 2013-03-07 16:23:45 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-03-07 16:27:35 +0000 |
commit | 76c3184813c97224cfd1e114ec13796e1da040d5 (patch) | |
tree | e32a941304956048d10fbc50380dd7fc89f30ee0 /basic/Module_basic.mk | |
parent | 40e0b5e458f2aaa92b367785c443a57b06ce094a (diff) |
Add some stand alone vba specific tests ( mostly vba only functions )
Change-Id: I137e93a8af67b7eec4c51348caf3d0d03dbbce73
Diffstat (limited to 'basic/Module_basic.mk')
-rw-r--r-- | basic/Module_basic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk index a4ff822ef897..d94bf160f39c 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Module_add_check_targets,basic,\ CppunitTest_basic_enable \ CppunitTest_basic_nested_struct \ CppunitTest_basic_coverage \ + CppunitTest_basic_vba \ )) endif |