mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
unittest: encrypted temporary IO_CACHE
This commit is contained in:
@@ -28,5 +28,9 @@ ELSE()
|
||||
ENDIF()
|
||||
|
||||
TARGET_LINK_LIBRARIES(explain_filename-t sql mytap)
|
||||
ADD_TEST(explain_filename explain_filename-t)
|
||||
MY_ADD_TEST(explain_filename)
|
||||
|
||||
ADD_EXECUTABLE(mf_iocache-t mf_iocache-t.cc ../../sql/mf_iocache_encr.cc)
|
||||
TARGET_LINK_LIBRARIES(mf_iocache-t mysys mytap)
|
||||
ADD_DEPENDENCIES(mf_iocache-t GenError)
|
||||
MY_ADD_TEST(mf_iocache)
|
||||
|
Reference in New Issue
Block a user