mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
makes mi_test_all.sh & ma_test_all.sh working (MDEV-285)
This commit is contained in:
parent
b8ca6c2e68
commit
2f7d7c9f7f
4 changed files with 14 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ SET_TARGET_PROPERTIES(aria_dump_log PROPERTIES COMPILE_FLAGS "-DMARIA_DUMP_LOG")
|
|||
MYSQL_ADD_EXECUTABLE(aria_pack maria_pack.c COMPONENT Server)
|
||||
TARGET_LINK_LIBRARIES(aria_pack aria)
|
||||
|
||||
IF(WITH_UNIT_TESTS AND FALSE)
|
||||
IF(WITH_UNIT_TESTS)
|
||||
ADD_EXECUTABLE(ma_test1 ma_test1.c)
|
||||
TARGET_LINK_LIBRARIES(ma_test1 aria)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue