summaryrefslogtreecommitdiff
path: root/unittest/my_decimal
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-01-29 23:52:15 +0200
committerMonty <monty@mariadb.org>2016-01-29 23:52:15 +0200
commita1ddf014893790bd01080c189a992d831ef546ef (patch)
treeaeefe25f32cc4dd278a1b6586ec71b9719da2a25 /unittest/my_decimal
parent9c9d10b441fe79b111509949ca40afe1a6284c0f (diff)
downloadmariadb-git-a1ddf014893790bd01080c189a992d831ef546ef.tar.gz
my_decimal didn't compile properly with debug
Diffstat (limited to 'unittest/my_decimal')
-rw-r--r--unittest/my_decimal/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/my_decimal/CMakeLists.txt b/unittest/my_decimal/CMakeLists.txt
index 0a38a18b7ba..85d203e8f47 100644
--- a/unittest/my_decimal/CMakeLists.txt
+++ b/unittest/my_decimal/CMakeLists.txt
@@ -20,4 +20,4 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/unittest/mytap)
#
-MY_ADD_TESTS(my_decimal EXT "cc" LINK_LIBRARIES mysys)
+MY_ADD_TESTS(my_decimal EXT "cc" LINK_LIBRARIES strings dbug)