X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=ab5c6eddbcd5abb537c7253fd2499f2a522039b6;hb=eaf5670e9d10b5d7c066043e7563706cf1e01bd5;hp=b516a9db37148908716e97d0669be880da427f02;hpb=4772c5626204f6ab0e26b938f49a6719fb10f88d;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index b516a9db..ab5c6edd 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2017-2019 "IoT.bzh" # # author: José Bollo # @@ -25,6 +25,8 @@ if(check_FOUND) 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)