diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-24 07:59:28 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-24 07:59:28 +0200 |
commit | 5c62ae44af51208165ff4eb2e6ef63ec35c088bf (patch) | |
tree | 8b294ed2d3638f2eb0a6ff69c412b18bf98b4940 /sd/Module_sd.mk | |
parent | e6cacd3be95d55232ae9a3830fe4709dbc570215 (diff) |
add CppUnit test to check targets
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index bb17b5a0f8bc..899a48faa5ab 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Module_Module,sd)) $(eval $(call gb_Module_add_targets,sd,\ AllLangResTarget_sd \ - CppUnitTest_sd_uimpress \ Library_sd \ Library_sdd \ Library_sdfilt \ @@ -40,6 +39,10 @@ $(eval $(call gb_Module_add_targets,sd,\ Package_xml \ )) +$(eval $(call gb_Module_add_check_targets,sd,\ + CppUnitTest_sd_uimpress \ +)) + $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ )) |