1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fixed compiler warnings

removed latest test for ssl threads (test.c)
This commit is contained in:
Georg Richter
2016-06-29 15:22:01 +02:00
parent 26d31929d4
commit 45a635dead
6 changed files with 12 additions and 15 deletions

View File

@@ -70,8 +70,6 @@ ENDIF()
ADD_LIBRARY(ma_getopt ma_getopt.c)
ADD_EXECUTABLE(my_test test.c)
TARGET_LINK_LIBRARIES(my_test mariadbclient)
FOREACH(API_TEST ${API_TESTS})
ADD_EXECUTABLE(${API_TEST} ${API_TEST}.c)
TARGET_LINK_LIBRARIES(${API_TEST} mytap ma_getopt mariadbclient)