summaryrefslogtreecommitdiff
path: root/dbaccess/Module_dbaccess.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-07 17:32:20 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-10 08:44:23 +0100
commit65fc052b89b029ad1e853a139f6b3817ac24452a (patch)
tree35e0952b27de16d637ac0cc2fdd3cd02e90d33a9 /dbaccess/Module_dbaccess.mk
parentd344d46cd4cd0e4811ac5ebd01d29cc4547f7f3e (diff)
Add simple embedded firebird .odb loading test.
This opens an "empty" firebird-based .odb and tests that it is possible for the firebird-sdbc driver to open the embedded database. "empty" denotes that the .odb is marked as using embedded firebird but doesn't in fact contain any .fdb file within. This is usual state of a .odb directly after creation using the "New Database" dialog when the sdbc driver first opens the database. Change-Id: I83941c05b6328d8419dca49121988640c6f887bc
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r--dbaccess/Module_dbaccess.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index 142e0cdd935b..f6378a01f4f5 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -31,8 +31,11 @@ $(eval $(call gb_Module_add_targets,dbaccess,\
UIConfig_dbtdata \
))
+ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
+ CppunitTest_dbaccess_firebird_test \
))
+endif
# disable test because it still fails in some situations
# CppunitTest_dbaccess_macros_test \