diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-09 13:50:04 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-09 13:50:04 +1000 |
| commit | 10eb120878e01579bff2fdfab7bef59639b21155 (patch) | |
| tree | b930f6901a464a276bdd4a98483395d0521f3510 /test | |
| parent | d739edef761f3bf576dc45da6611279a3f68596e (diff) | |
| download | tangara-fw-10eb120878e01579bff2fdfab7bef59639b21155.tar.gz | |
Add tests for record encoding
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 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) |
