From ce5c72c92b1953406409d287c6b3c67957164c9b Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Tue, 7 Feb 2012 15:15:40 +0000 Subject: Do not add targets for junit tests when junit is disabled. --- framework/Module_framework.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/Module_framework.mk b/framework/Module_framework.mk index f31560e2416e..5415008b1e75 100644 --- a/framework/Module_framework.mk +++ b/framework/Module_framework.mk @@ -36,8 +36,11 @@ $(eval $(call gb_Module_add_targets,framework,\ Package_unotypes \ )) +ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,framework,\ JunitTest_framework_complex \ JunitTest_framework_unoapi \ )) +endif + # vim: set noet ts=4 sw=4: -- cgit