Kaydet (Commit) 81109314 authored tarafından David Tardon's avatar David Tardon

group java-requiring tests together

Change-Id: Ie4e5422d2a6cb01b4a899ed0982d60fe65c386d7
üst 69d0cb2a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment