From e24f54261ac81e4d83eff8f13bf7a64f0100a12d Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Tue, 7 Apr 2026 10:47:39 +0000 Subject: [PATCH] fix: keep mysqlx plugin smoke test bridge fresh --- test/tap/tests/Makefile | 1 + test/tap/tests/unit/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/tap/tests/Makefile b/test/tap/tests/Makefile index b96521a30..f385ece7b 100644 --- a/test/tap/tests/Makefile +++ b/test/tap/tests/Makefile @@ -206,6 +206,7 @@ test_tokenizer-t: test_tokenizer-t.cpp $(TAP_LDIR)/libtap.so test_mysql_query_digests_stages-t: test_mysql_query_digests_stages-t.cpp $(TAP_LDIR)/libtap.so $(CXX) $< $(IDIRS) $(LDIRS) $(OPT) $(MYLIBS) -o $@ +.PHONY: test_mysqlx_plugin_load-t test_mysqlx_plugin_load-t: $(MAKE) -C unit test_mysqlx_plugin_load-t ln -fs unit/test_mysqlx_plugin_load-t $@ diff --git a/test/tap/tests/unit/Makefile b/test/tap/tests/unit/Makefile index 29e3d8f08..9a4b18be8 100644 --- a/test/tap/tests/unit/Makefile +++ b/test/tap/tests/unit/Makefile @@ -309,7 +309,8 @@ UNIT_TESTS := smoke_test-t query_cache_unit-t query_processor_unit-t \ admin_disk_upgrade_unit-t \ glovars_unit-t \ plugin_manager_unit-t \ - plugin_registry_unit-t + plugin_registry_unit-t \ + test_mysqlx_plugin_load-t .PHONY: all all: $(UNIT_TESTS)