mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
global: enable build uinit test for esp32-s3
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace idf;
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#define LEAKS "300"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
||||
#define LEAKS "800"
|
||||
#else
|
||||
#error "unknown target in CXX tests, can't set leaks threshold"
|
||||
|
||||
@@ -20,9 +20,8 @@
|
||||
#include <iostream>
|
||||
#include "test_utils.h" // unity_send_signal
|
||||
|
||||
#include "i2c_cxx.hpp"
|
||||
|
||||
#ifdef __cpp_exceptions
|
||||
#include "i2c_cxx.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace idf;
|
||||
|
||||
Reference in New Issue
Block a user