Add a basic overview of writing and running tests

This commit is contained in:
jacqueline
2024-06-25 16:09:36 +10:00
parent 8db57d6dc5
commit 525ed2ae1b
9 changed files with 141 additions and 27 deletions
+1 -1
View File
@@ -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)