X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=46aec88c9728d3df4065f9e66a7ee9b5359763d3;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=f0349a68ea2bb997d26a80ae83a7a6bb9460b232;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index f0349a68..46aec88c 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2015-2020 "IoT.bzh" # # author: José Bollo # @@ -24,6 +24,9 @@ if(check_FOUND) add_subdirectory(session) add_subdirectory(apiset) add_subdirectory(apiv3) + add_subdirectory(wrap-json) + add_subdirectory(globset) + add_subdirectory(u16id) else(check_FOUND) MESSAGE(WARNING "check not found! no test!") endif(check_FOUND)