diff options
Diffstat (limited to 'unittest/strings')
-rw-r--r-- | unittest/strings/CMakeLists.txt | 3 | ||||
-rw-r--r-- | unittest/strings/strings-t.c | 2 |
2 files changed, 5 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) + diff --git a/unittest/strings/strings-t.c b/unittest/strings/strings-t.c index 91da82456a5..66b3ac63792 100644 --- a/unittest/strings/strings-t.c +++ b/unittest/strings/strings-t.c @@ -87,7 +87,9 @@ static CHARSET_INFO *charset_list[]= #endif #ifdef HAVE_CHARSET_utf8 &my_charset_utf8_general_ci, +#ifdef HAVE_HAVE_UCA_COLLATIONS &my_charset_utf8_unicode_ci, +#endif &my_charset_utf8_bin, #endif }; |