X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=ead6790e51375f12157abed3fd66a42f47e36a13;hb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;hp=f63f27aeb38393f6968ae0132e3e2bf6af2782b5;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index f63f27ae..ead6790e 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 # @@ -22,6 +22,10 @@ if(check_FOUND) INCLUDE_DIRECTORIES(${INCLUDE_DIRS} ${check_INCLUDE_DIRS}) SET(link_libraries ${link_libraries} ${check_LDFLAGS}) add_subdirectory(session) + add_subdirectory(apiset) + add_subdirectory(apiv3) + add_subdirectory(wrap-json) + add_subdirectory(globset) else(check_FOUND) MESSAGE(WARNING "check not found! no test!") endif(check_FOUND)