feature (unity): added memory leak check API, integrated it into cxx tests

This commit is contained in:
Jakob Hasse
2022-03-31 18:16:19 +08:00
parent f3e8a17285
commit 905f5c3d41
18 changed files with 203 additions and 25 deletions

View File

@@ -9,6 +9,7 @@
#include <stdint.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "unity_test_utils_memory.h"
#ifdef __cplusplus
extern "C" {