From 10eb120878e01579bff2fdfab7bef59639b21155 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 9 May 2023 13:50:04 +1000 Subject: Add tests for record encoding --- 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 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) -- cgit v1.2.3