Add tests for record encoding

This commit is contained in:
jacqueline
2023-05-09 13:50:04 +10:00
parent d739edef76
commit 10eb120878
4 changed files with 129 additions and 1 deletions
+1 -1
View File
@@ -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)