summaryrefslogtreecommitdiff
path: root/connectivity/CppunitTest_connectivity_mysql_test.mk
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-06-17 14:59:51 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-06-17 17:54:17 +0200
commit0c07d849a4709f896072cb9c707af17c309c2f7f (patch)
treea5a6180c08318ea8c1508d5ef2e7f1c622ff7317 /connectivity/CppunitTest_connectivity_mysql_test.mk
parente19b67dcf5e987e58ce4252d8d1c8313d111df85 (diff)
connectivity: fix mysql test
* rename the gbuild target according to conventions * fix -Werror=unused-but-set-variable * disable assert in testMultipleResultsets() that fails presumably since commit 86c86719782243275b65f1f7f2cfdcc0e56c8cd4 * document how to set up mariadb for dummies like me in README Change-Id: I7f92b80fef90b47e69e4e9a7a02187882a4cab06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96537 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'connectivity/CppunitTest_connectivity_mysql_test.mk')
-rw-r--r--connectivity/CppunitTest_connectivity_mysql_test.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/connectivity/CppunitTest_connectivity_mysql_test.mk b/connectivity/CppunitTest_connectivity_mysql_test.mk
index 5d9a8bb05d58..8733315f466d 100644
--- a/connectivity/CppunitTest_connectivity_mysql_test.mk
+++ b/connectivity/CppunitTest_connectivity_mysql_test.mk
@@ -7,15 +7,15 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_CppunitTest_CppunitTest,mysql_test))
+$(eval $(call gb_CppunitTest_CppunitTest,connectivity_mysql_test))
-$(eval $(call gb_CppunitTest_use_external,mysql_test,boost_headers))
+$(eval $(call gb_CppunitTest_use_external,connectivity_mysql_test,boost_headers))
-$(eval $(call gb_CppunitTest_add_exception_objects,mysql_test, \
+$(eval $(call gb_CppunitTest_add_exception_objects,connectivity_mysql_test, \
connectivity/qa/connectivity/mysql/mysql \
))
-$(eval $(call gb_CppunitTest_use_libraries,mysql_test, \
+$(eval $(call gb_CppunitTest_use_libraries,connectivity_mysql_test, \
comphelper \
cppu \
dbaxml \
@@ -28,16 +28,16 @@ $(eval $(call gb_CppunitTest_use_libraries,mysql_test, \
xo \
))
-$(eval $(call gb_CppunitTest_use_api,mysql_test,\
+$(eval $(call gb_CppunitTest_use_api,connectivity_mysql_test,\
offapi \
oovbaapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_use_ure,mysql_test))
-$(eval $(call gb_CppunitTest_use_vcl,mysql_test))
+$(eval $(call gb_CppunitTest_use_ure,connectivity_mysql_test))
+$(eval $(call gb_CppunitTest_use_vcl,connectivity_mysql_test))
-$(eval $(call gb_CppunitTest_use_components,mysql_test,\
+$(eval $(call gb_CppunitTest_use_components,connectivity_mysql_test,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -61,6 +61,6 @@ $(eval $(call gb_CppunitTest_use_components,mysql_test,\
xmloff/util/xo \
))
-$(eval $(call gb_CppunitTest_use_configuration,mysql_test))
+$(eval $(call gb_CppunitTest_use_configuration,connectivity_mysql_test))
# vim: set noet sw=4 ts=4: