From 498505fdbd410e816465173e8169cff79c509c7b Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Tue, 29 Sep 2020 10:19:35 +0200 Subject: [PATCH] test/btstacke_memory: enable coverage --- test/btstack_memory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/btstack_memory/Makefile b/test/btstack_memory/Makefile index a740bfb4e..5eac42124 100644 --- a/test/btstack_memory/Makefile +++ b/test/btstack_memory/Makefile @@ -5,7 +5,7 @@ CC = g++ BTSTACK_ROOT = ../.. CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -# CFLAGS += -fprofile-arcs -ftest-coverage +CFLAGS += -fprofile-arcs -ftest-coverage LDFLAGS += -lCppUTest -lCppUTestExt VPATH += ${BTSTACK_ROOT}/src