diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-09 13:33:50 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-09 13:33:50 +1100 |
| commit | ff30b27f0d042972b4777c43dbdfccb7641be0f2 (patch) | |
| tree | 1c29eb810d52f4c556026d782947e733805a3d44 /src/drivers/test/CMakeLists.txt | |
| parent | e389871d20232632c95fe17b523b672719008de7 (diff) | |
| download | tangara-fw-ff30b27f0d042972b4777c43dbdfccb7641be0f2.tar.gz | |
First test cases :)
Diffstat (limited to 'src/drivers/test/CMakeLists.txt')
| -rw-r--r-- | src/drivers/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/test/CMakeLists.txt b/src/drivers/test/CMakeLists.txt index f6690c4d..83904339 100644 --- a/src/drivers/test/CMakeLists.txt +++ b/src/drivers/test/CMakeLists.txt @@ -1 +1 @@ -idf_component_register(SRC_DIRS "." INCLUDE_DIRS "." REQUIRES catch2 cmock drivers) +idf_component_register(SRCS "test_storage.cpp" INCLUDE_DIRS "." REQUIRES catch2 cmock drivers) |
