summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-05-09 13:50:04 +1000
committerjacqueline <me@jacqueline.id.au>2023-05-09 13:50:04 +1000
commit10eb120878e01579bff2fdfab7bef59639b21155 (patch)
treeb930f6901a464a276bdd4a98483395d0521f3510 /test
parentd739edef761f3bf576dc45da6611279a3f68596e (diff)
downloadtangara-fw-10eb120878e01579bff2fdfab7bef59639b21155.tar.gz
Add tests for record encoding
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 e77f03fb..74a83fe1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -22,6 +22,6 @@ list(APPEND EXTRA_COMPONENT_DIRS
)
# List all components that include tests here.
-set(TEST_COMPONENTS "codecs" "drivers")
+set(TEST_COMPONENTS "codecs" "database" "drivers")
project(device_tests)