From ed4460616258870c4666387625a4d8ce0f8636e1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 27 Jun 2024 14:38:25 +1000 Subject: fix catch2 build options not being applied + enable benchmarking --- test/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') 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") -- cgit v1.2.3