connectivity/Module_connectivity.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
New commits: commit d3d7943ddf9336737df9c6cfffba26becfa78143 Author: Tor Lillqvist <[email protected]> AuthorDate: Wed Jan 14 12:26:41 2026 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Wed Jan 14 14:25:45 2026 +0100 Don't do CppunitTest_connectivity_mysql_test unless ENABLE_MARIADBC It won't even be attempted, make will complain: .../solenv/gbuild/ComponentTarget.mk:81: *** No LIBFILENAME set at component target: .../workdir/ComponentTarget/connectivity/source/drivers/mysqlc/mysqlc.component. Stop. Change-Id: I7be5953fb40bfc2034ed4ddf348e1c5e68a85b19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197256 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index e28a5368c618..3105945a6512 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -90,6 +90,9 @@ $(eval $(call gb_Module_add_targets,connectivity,\ Configuration_mysql \ Library_mysqlc \ )) +$(eval $(call gb_Module_add_check_targets,connectivity,\ + CppunitTest_connectivity_mysql_test \ +)) endif ifneq ($(BUILD_POSTGRESQL_SDBC),) @@ -119,10 +122,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\ endif -$(eval $(call gb_Module_add_check_targets,connectivity,\ - CppunitTest_connectivity_mysql_test \ -)) - # general tests $(eval $(call gb_Module_add_check_targets,connectivity,\ CppunitTest_connectivity_commontools \
