X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Ftests%2FCMakeLists.txt;h=b0ddbdbf2ffec996dbc4f7df6b92bbd00f4e87d3;hb=0abe8de32bef957b2f72eee7c7eb30c3a9a9efeb;hp=f63f27aeb38393f6968ae0132e3e2bf6af2782b5;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index f63f27ae..b0ddbdbf 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -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)