ci(log): upgrade to Catch2 as a component

This commit is contained in:
Ivan Grokhotkov
2023-11-27 14:34:10 +01:00
parent 88e77ba1ed
commit 33896fe67e
3 changed files with 10 additions and 6 deletions
@@ -6,13 +6,12 @@
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#define CATCH_CONFIG_MAIN
#include <cstdio>
#include <regex>
#include <iostream>
#include "esp_log.h"
#include "catch.hpp"
#include <catch2/catch_test_macros.hpp>
using namespace std;