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 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3