diff options
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 6f78f8d3e..0741191f2 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -19,6 +19,7 @@ SET(test_sources cast_test.cpp cal_container_test.cpp chdr_test.cpp + constrained_device_args_test.cpp convert_test.cpp dict_test.cpp error_test.cpp @@ -69,6 +70,8 @@ IF(ENABLE_C_API) ) ENDIF(ENABLE_C_API) +INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/lib/include") + #for each source: build an executable, register it as a test FOREACH(test_source ${test_sources}) GET_FILENAME_COMPONENT(test_name ${test_source} NAME_WE) |