From c37c919943b257ba17d79238f321d3df90b5cb14 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 25 Aug 2015 19:02:27 +0200 Subject: [PATCH] File restored File restored --- server/modules/routing/test/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/modules/routing/test/CMakeLists.txt diff --git a/server/modules/routing/test/CMakeLists.txt b/server/modules/routing/test/CMakeLists.txt new file mode 100644 index 000000000..19c51b4a1 --- /dev/null +++ b/server/modules/routing/test/CMakeLists.txt @@ -0,0 +1,6 @@ +if(MYSQLCLIENT_FOUND) + add_executable(testconnect testconnect.c) + message(STATUS "Linking against: ${MYSQLCLIENT_LIBRARIES}") + target_link_libraries(testconnect ${MYSQLCLIENT_LIBRARIES} ssl crypto dl z m rt pthread) + add_test(NAME ReadConnRouterAuthTest COMMAND $ 10000 ${TEST_HOST} ${MASTER_PORT} ${TEST_HOST} ${TEST_PORT} 1.10) +endif() \ No newline at end of file