mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-23766: buildfix: postpone new unittest until its dependency resolution
This commit is contained in:
@ -37,7 +37,3 @@ TARGET_LINK_LIBRARIES(mf_iocache-t mysys mytap mysys_ssl)
|
|||||||
ADD_DEPENDENCIES(mf_iocache-t GenError)
|
ADD_DEPENDENCIES(mf_iocache-t GenError)
|
||||||
MY_ADD_TEST(mf_iocache)
|
MY_ADD_TEST(mf_iocache)
|
||||||
|
|
||||||
# Json writer needs String which needs sql library
|
|
||||||
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)
|
|
||||||
|
Reference in New Issue
Block a user