diff options
author | Andre Fischer <af@apache.org> | 2012-02-07 15:15:40 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2012-02-07 15:15:40 +0000 |
commit | ce5c72c92b1953406409d287c6b3c67957164c9b (patch) | |
tree | fe8a1923c2d55389ae6a400099ca209145201363 /unoxml | |
parent | 95b3ad6537416555f260283dad69e048dba51c34 (diff) |
Do not add targets for junit tests when junit is disabled.
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Module_unoxml.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unoxml/Module_unoxml.mk b/unoxml/Module_unoxml.mk index 58ba03977973..73c1983abd6b 100644 --- a/unoxml/Module_unoxml.mk +++ b/unoxml/Module_unoxml.mk @@ -28,9 +28,11 @@ $(eval $(call gb_Module_add_targets,unoxml,\ Library_unordf \ )) +ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,unoxml,\ JunitTest_unoxml_complex \ JunitTest_unordf_complex \ )) +endif # vim: set noet sw=4 ts=4: |