From bf6f9cea20692501d92ac9730359e01edc89de70 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sat, 3 Dec 2022 17:50:59 +1100 Subject: building codec tests! --- test/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') 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) -- cgit v1.2.3