summaryrefslogtreecommitdiff
path: root/dbaccess/Module_dbaccess.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-09-23 19:40:59 +0200
committerRene Engelhard <rene@debian.org>2018-10-03 10:13:31 +0200
commit36befb3aca96907a14e71e82497dbb8f03ead5ab (patch)
treeeda55b352de92ded974fd9c0885d178fce059938 /dbaccess/Module_dbaccess.mk
parentf104b3cafee63b47a735cfdce0f05dab2eedbb91 (diff)
tdf#72987 split firebird test into a regression test and a "new" test
former with endianness and latter with the new fbk format. Add new endianness-independent firebird test odbs Change-Id: I29be2e6916fcca74744211dba04463376fb6b8d5 Reviewed-on: https://gerrit.libreoffice.org/60917 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r--dbaccess/Module_dbaccess.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index ca96629bdafe..ed5f4b3d9fb4 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -40,9 +40,12 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
# remove if we have a be file for this
ifeq ($(ENDIANNESS),little)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
- CppunitTest_dbaccess_firebird_test \
+ CppunitTest_dbaccess_firebird_regression_test \
))
endif
+$(eval $(call gb_Module_add_check_targets,dbaccess,\
+ CppunitTest_dbaccess_firebird_test \
+))
endif
$(eval $(call gb_Module_add_check_targets,dbaccess,\