diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-27 14:38:25 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-27 14:38:25 +1000 |
| commit | ed4460616258870c4666387625a4d8ce0f8636e1 (patch) | |
| tree | dc02a6656b467c6c979e83a6eb6a72e9d9aff9fe /test | |
| parent | 0bbf279e5ece83756f1463081a1ab6754721085e (diff) | |
| download | tangara-fw-ed4460616258870c4666387625a4d8ce0f8636e1.tar.gz | |
fix catch2 build options not being applied + enable benchmarking
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ee553498..64ece336 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,9 +7,6 @@ include($ENV{PROJ_PATH}/tools/cmake/common.cmake) set(SDKCONFIG_DEFAULTS "../sdkconfig.common;sdkconfig.test") -idf_build_set_property( - COMPILE_OPTIONS "-DCATCH_CONFIG_NO_POSIX_SIGNALS -DCATCH_CONFIG_FAST_COMPILE" APPEND) - # Treat warnings as errors for test purposes. # TODO(jacqueline): lvgl warning :( #list(APPEND EXTRA_WARNINGS "-Werror") |
