summaryrefslogtreecommitdiffstats
path: root/dbaccess/Module_dbaccess.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-17 15:34:36 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-27 18:09:18 +0100
commit7c87a5383ae03df0f9ad0e39cfbd6f83645a659a (patch)
tree32b502dbc3e9f36e120a8f4baf59d72585d1fe5a /dbaccess/Module_dbaccess.mk
parentMake our_sFilePath protected to allow reuse. (diff)
downloadcore-7c87a5383ae03df0f9ad0e39cfbd6f83645a659a.tar.gz
core-7c87a5383ae03df0f9ad0e39cfbd6f83645a659a.zip
Implement firebird/hsqldb performance comparison test.
Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r--dbaccess/Module_dbaccess.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index ce439c042a0b..e9eb146a6ddc 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -47,6 +47,16 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
))
endif
+# This runs a suite of peformance tests on embedded firebird and HSQLDB.
+# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
+ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
+ifeq ($(ENABLE_JAVA),TRUE)
+$(eval $(call gb_Module_add_check_targets,dbaccess,\
+ CppunitTest_dbaccess_embeddeddb_performancetest \
+))
+endif
+endif
+
# disable test because it still fails in some situations
# CppunitTest_dbaccess_macros_test \
#