group java-requiring tests together

Change-Id: Ie4e5422d2a6cb01b4a899ed0982d60fe65c386d7
This commit is contained in:
David Tardon
2017-09-20 09:53:06 +02:00
parent 69d0cb2ad7
commit 8110931480

View File

@@ -43,13 +43,12 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_empty_stdlib_save \
CppunitTest_dbaccess_nolib_save \
CppunitTest_dbaccess_macros_test \
$(if $(ENABLE_JAVA), \
CppunitTest_dbaccess_RowSetClones) \
))
ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_hsqldb_test \
CppunitTest_dbaccess_RowSetClones \
))
endif