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 --- lib/catch2/catch_runner.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/catch2/catch_runner.cpp') diff --git a/lib/catch2/catch_runner.cpp b/lib/catch2/catch_runner.cpp index ba4fa57e..d3bd5124 100644 --- a/lib/catch2/catch_runner.cpp +++ b/lib/catch2/catch_runner.cpp @@ -9,12 +9,6 @@ #define CATCH_CONFIG_RUNNER #include "catch2/catch.hpp" -#include -#include -#include "esp_console.h" -#include "esp_log.h" -#include "esp_system.h" - // There must be exactly on Session instance at all times; attempting to destroy // this will result in memory corruption. static Catch::Session sCatchSession; -- cgit v1.2.3