summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <antony@pcg5ppc.xiphis.org>2007-07-24 09:32:51 -0700
committerunknown <antony@pcg5ppc.xiphis.org>2007-07-24 09:32:51 -0700
commit8415b22253c125fe709b4a3e097e60fb250d428b (patch)
tree309aead27f38c754875d0938244b8511e30ffd3b /tests
parent9c00992c930d1d9ab2127db4152eb16ed9c03c0d (diff)
downloadmariadb-git-8415b22253c125fe709b4a3e097e60fb250d428b.tar.gz
build bug25714 test app on Windows
Diffstat (limited to 'tests')
-rwxr-xr-xtests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5eade93621b..7559ca9ec6b 100755
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -22,3 +22,6 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
ADD_EXECUTABLE(mysql_client_test mysql_client_test.c)
TARGET_LINK_LIBRARIES(mysql_client_test dbug mysys mysqlclient yassl taocrypt zlib wsock32)
+
+ADD_EXECUTABLE(bug25714 bug25714.c)
+TARGET_LINK_LIBRARIES(bug25714 dbug mysys mysqlclient yassl taocrypt zlib wsock32)