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 /sot | |
parent | 95b3ad6537416555f260283dad69e048dba51c34 (diff) |
Do not add targets for junit tests when junit is disabled.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/Module_sot.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sot/Module_sot.mk b/sot/Module_sot.mk index 57d302456cdc..e68bf19fa88e 100644 --- a/sot/Module_sot.mk +++ b/sot/Module_sot.mk @@ -28,7 +28,9 @@ $(eval $(call gb_Module_add_targets,sot,\ Library_sot \ )) +ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,sot,\ JunitTest_sot_complex \ )) +endif |