summaryrefslogtreecommitdiff
path: root/test
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 /test
parent8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af (diff)
downloadtangara-fw-525ed2ae1bc710e2a80de0fc10300da83d594ccb.tar.gz
Add a basic overview of writing and running tests
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 072a350f..ee553498 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -27,6 +27,6 @@ list(APPEND EXTRA_COMPONENT_DIRS
)
# List all components that include tests here.
-set(TEST_COMPONENTS "drivers")
+set(TEST_COMPONENTS "drivers" "tangara")
project(device_tests)