Skip to content

Commit 96bd557

Browse files
committed
test/tap/tests: wire mysql-zstd_compression_level_libmysql-t into tests target
Commit 174c5bd added the pattern rule for the _libmysql variant of the zstd_compression_level test but did not add it to the 'tests:' target list, so 'make build_tap_tests' silently skipped building it. Add the missing entry so the libmysql variant is built alongside its siblings.
1 parent bce0808 commit 96bd557

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/tap/tests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ tests: tests-cpp \
132132
prepare_statement_err3024_libmysql-t \
133133
prepare_statement_err3024_async-t \
134134
fast_forward_grace_close_libmysql-t \
135+
mysql-zstd_compression_level_libmysql-t \
135136
fast_forward_switch_replication_deprecate_eof_libmysql-t \
136137
reg_test_mariadb_stmt_store_result_libmysql-t \
137138
reg_test_mariadb_stmt_store_result_async-t

0 commit comments

Comments
 (0)