Fix executable names for core tests

The core test executable names were not in the new format.
This commit is contained in:
Markus Mäkelä 2017-12-27 11:49:33 +02:00
parent 71d3009cd6
commit 26b2a4b15d

View File

@ -57,19 +57,19 @@ target_link_libraries(test_utils maxscale-common)
add_test(test_adminusers test_adminusers)
add_test(test_atomic test_atomic)
add_test(test_buffer test_buffer)
add_test(test_config testconfig)
add_test(test_config test_config)
add_test(test_dcb test_dcb)
add_test(test_filter test_filter)
add_test(test_hash test_hash)
add_test(test_hint test_hint)
add_test(test_http testhttp)
add_test(test_json testjson)
add_test(test_http test_http)
add_test(test_json test_json)
add_test(test_log test_log)
add_test(NAME test_logorder COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/logorder.sh 200 0 1000 ${CMAKE_CURRENT_BINARY_DIR}/logorder.log)
add_test(test_logthrottling test_logthrottling)
add_test(NAME test_maxpasswd COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_maxpasswd.sh)
add_test(test_maxscalepcre2 testmaxscalepcre2)
add_test(test_modulecmd testmodulecmd)
add_test(test_maxscalepcre2 test_maxscalepcre2)
add_test(test_modulecmd test_modulecmd)
add_test(test_modutil test_modutil)
add_test(test_poll test_poll)
add_test(test_semaphore test_semaphore)