diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-25 16:09:36 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-25 16:09:36 +1000 |
| commit | 525ed2ae1bc710e2a80de0fc10300da83d594ccb (patch) | |
| tree | 49af557432f7e6fc86ae6025f7616137baaa91ad /test | |
| parent | 8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af (diff) | |
| download | tangara-fw-525ed2ae1bc710e2a80de0fc10300da83d594ccb.tar.gz | |
Add a basic overview of writing and running tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
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) |
