From 1c0fb793b4e8926b67a64778544eefc2b6fb0105 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 11 Jun 2021 13:10:59 +0530 Subject: [PATCH] test_apps: add HEAP_TRACING configuration to build tests --- tools/test_apps/system/build_test/sdkconfig.ci.heap_tracing | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.heap_tracing diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.heap_tracing b/tools/test_apps/system/build_test/sdkconfig.ci.heap_tracing new file mode 100644 index 0000000000..7ae900accf --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.heap_tracing @@ -0,0 +1 @@ +CONFIG_HEAP_TRACING_STANDALONE=y