summaryrefslogtreecommitdiff
path: root/src/drivers/test/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-25 16:09:36 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-25 16:09:36 +1000
commit525ed2ae1bc710e2a80de0fc10300da83d594ccb (patch)
tree49af557432f7e6fc86ae6025f7616137baaa91ad /src/drivers/test/CMakeLists.txt
parent8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af (diff)
downloadtangara-fw-525ed2ae1bc710e2a80de0fc10300da83d594ccb.tar.gz
Add a basic overview of writing and running tests
Diffstat (limited to 'src/drivers/test/CMakeLists.txt')
-rw-r--r--src/drivers/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)