fix: keep mysqlx plugin smoke test bridge fresh

mysqlx-plugin-impl
Rene Cannao 1 month ago
parent 8e7a99d36a
commit e24f54261a

@ -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 $@

@ -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)

Loading…
Cancel
Save