diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-12-03 17:50:59 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-12-03 17:50:59 +1100 |
| commit | bf6f9cea20692501d92ac9730359e01edc89de70 (patch) | |
| tree | f3d802f9b25fab6576dc3d01049d89aae2ce571a /test | |
| parent | 16d5d29049c08e21f57f7928ceedf40586a2d294 (diff) | |
| download | tangara-fw-bf6f9cea20692501d92ac9730359e01edc89de70.tar.gz | |
building codec tests!
Diffstat (limited to 'test')
| -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) |
