diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-07-16 09:09:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-07-16 09:09:01 +0200 |
commit | 2853f6bfbb2f392fa5623b480a2ce112991d2486 (patch) | |
tree | 4b089d92c563d49f563e6cadf4475a65974899a2 /unittest/strings | |
parent | 66a8da067793b717df0d4682357df15cba3c935f (diff) | |
download | mariadb-git-2853f6bfbb2f392fa5623b480a2ce112991d2486.tar.gz |
unit test fixes for ctest
Diffstat (limited to 'unittest/strings')
-rw-r--r-- | unittest/strings/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unittest/strings/CMakeLists.txt b/unittest/strings/CMakeLists.txt new file mode 100644 index 00000000000..10791edfb61 --- /dev/null +++ b/unittest/strings/CMakeLists.txt @@ -0,0 +1,3 @@ + +MY_ADD_TESTS(strings LINK_LIBRARIES strings) + |