fix: Use catch from component manager

The version present on idf repo was failing to compile.
Simple fix is to update to latest supported provided by component manager.
This commit is contained in:
Euripedes Rocha
2024-05-22 14:58:58 +02:00
parent ef12b615e1
commit 53e0cc75ee
3 changed files with 10 additions and 4 deletions

View File

@@ -9,8 +9,7 @@
#include <string_view>
#include <type_traits>
#include "esp_transport.h"
#define CATCH_CONFIG_MAIN // This tells the catch header to generate a main
#include "catch.hpp"
#include <catch2/catch_test_macros.hpp>
#include "mqtt_client.h"
extern "C" {