From 525ed2ae1bc710e2a80de0fc10300da83d594ccb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Jun 2024 16:09:36 +1000 Subject: Add a basic overview of writing and running tests --- src/drivers/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/test/CMakeLists.txt') diff --git a/src/drivers/test/CMakeLists.txt b/src/drivers/test/CMakeLists.txt index ff1dab0b..f18dc357 100644 --- a/src/drivers/test/CMakeLists.txt +++ b/src/drivers/test/CMakeLists.txt @@ -3,5 +3,5 @@ # SPDX-License-Identifier: GPL-3.0-only idf_component_register( - SRCS "test_adc.cpp" "test_storage.cpp" "test_dac.cpp" + SRCS "test_adc.cpp" "test_storage.cpp" "test_dac.cpp" "test_samd.cpp" INCLUDE_DIRS "." REQUIRES catch2 cmock drivers fixtures) -- cgit v1.2.3