diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-24 12:30:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:44:00 +0200 |
commit | adb9a3e60ede9105187e9dee73446d3d44b529ec (patch) | |
tree | 964716ea8a662c8925089edc20eb3ea35a56b8c0 /officecfg | |
parent | 8f819c743b8a275939a7efff4edcb4670a4ebd05 (diff) |
CppunitTests go in gb_Module_add_check_targets
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Module_officecfg.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index 22b815872931..7621ecd60ba1 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -24,6 +24,9 @@ $(eval $(call gb_Module_add_targets,officecfg,\ Package_misc \ Package_tools \ Configuration_officecfg \ +)) + +$(eval $(call gb_Module_add_check_targets,officecfg,\ CppunitTest_officecfg_cppheader_test \ )) |