diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-08 10:55:42 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-08 10:55:42 +1100 |
| commit | e219925fac2d9b0b054445ac9c094d51ae30fd17 (patch) | |
| tree | 676c36f897a5eedcfa69ef9b98ceb5eeedb62b54 /src/drivers/test/CMakeLists.txt | |
| parent | 1958b262ee84960c65ebf1d465c8c7d80e32b58c (diff) | |
| download | tangara-fw-e219925fac2d9b0b054445ac9c094d51ae30fd17.tar.gz | |
WIP use catch2 instead of unity
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 52e981fc..f6690c4d 100644 --- a/src/drivers/test/CMakeLists.txt +++ b/src/drivers/test/CMakeLists.txt @@ -1 +1 @@ -idf_component_register(SRC_DIRS "." INCLUDE_DIRS "." REQUIRES cmock drivers) +idf_component_register(SRC_DIRS "." INCLUDE_DIRS "." REQUIRES catch2 cmock drivers) |
