group java-requiring tests together
Change-Id: Ie4e5422d2a6cb01b4a899ed0982d60fe65c386d7
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user