diff options
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e7af4ab1..da98f1e3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,12 +10,14 @@ idf_build_set_property( list(APPEND EXTRA_WARNINGS "-Werror") list(APPEND EXTRA_COMPONENT_DIRS + "$ENV{PROJ_PATH}/src/audio" + "$ENV{PROJ_PATH}/src/codecs" + "$ENV{PROJ_PATH}/src/tasks" "$ENV{PROJ_PATH}/src/drivers" "$ENV{PROJ_PATH}/src/dev_console" ) # List all components that include tests here. -set(TEST_COMPONENTS "drivers") +set(TEST_COMPONENTS "codecs" "drivers") project(device_tests) -include($ENV{PROJ_PATH}/tools/cmake/extra-libs.cmake) |
