summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2019-01-17 03:52:52 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2019-01-17 03:52:52 +0400
commit294d9bf2484abfd3409d4ac25a3b3b695d66b0ec (patch)
treed7b2d2b1e9ab9714ff9655a1e940f6195236d50c /unittest
parentedba0470803bf2277b5509af3b978f042c0b7204 (diff)
downloadmariadb-git-294d9bf2484abfd3409d4ac25a3b3b695d66b0ec.tar.gz
MDEV-5313 Improving audit api.
JSON api implementations and tests pushed. sql_acl.cc fixed with the new function names.
Diffstat (limited to 'unittest')
-rw-r--r--unittest/strings/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/strings/CMakeLists.txt b/unittest/strings/CMakeLists.txt
index 245747538c9..0896e132d24 100644
--- a/unittest/strings/CMakeLists.txt
+++ b/unittest/strings/CMakeLists.txt
@@ -1,3 +1,3 @@
-MY_ADD_TESTS(strings LINK_LIBRARIES strings mysys)
+MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys)