diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-03-14 12:08:28 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-03-14 13:26:42 +0000 |
commit | 678e35c4ac17219556ce0426043bd4ad905d5cee (patch) | |
tree | 6bfa1687229746e6a2f30f0421a0e10542bfeedc /xmloff/Module_xmloff.mk | |
parent | 533be98148ff40f6205e2ac3b489748cae14ef0d (diff) |
xmloff: native code unit testing harness.
Change-Id: I5b9133deea2aa7630752128128f1a222bef99eb1
Diffstat (limited to 'xmloff/Module_xmloff.mk')
-rw-r--r-- | xmloff/Module_xmloff.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk index cd294ee70c64..886dac6d878a 100644 --- a/xmloff/Module_xmloff.mk +++ b/xmloff/Module_xmloff.mk @@ -26,6 +26,10 @@ $(eval $(call gb_Module_add_targets,xmloff,\ Package_inc \ )) +$(eval $(call gb_Module_add_check_targets,xmloff,\ + CppunitTest_xmloff_uxmloff \ +)) + $(eval $(call gb_Module_add_subsequentcheck_targets,xmloff,\ JunitTest_xmloff_unoapi \ )) |