1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WIP C-based test

This commit is contained in:
ParadoxV5
2025-07-24 20:16:53 -06:00
parent 46d7450f75
commit db29a5905d
2 changed files with 75 additions and 0 deletions

View File

@@ -34,3 +34,7 @@ MY_ADD_TEST(mf_iocache)
ADD_EXECUTABLE(my_json_writer-t my_json_writer-t.cc dummy_builtins.cc)
TARGET_LINK_LIBRARIES(my_json_writer-t sql mytap)
MY_ADD_TEST(my_json_writer)
ADD_EXECUTABLE(mysql_opt_bind-t mysql_opt_bind-t.c dummy_builtins.cc)
TARGET_LINK_LIBRARIES(mysql_opt_bind-t sql mytap)
MY_ADD_TEST(mysql_opt_bind)