From 6bee996d5a701a93fc12b2ebb6be78f1041d60b6 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 28 Feb 2016 15:58:11 -0800 Subject: [PATCH] Trace children in valgrind. --- adsbus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsbus/Makefile b/adsbus/Makefile index 0c345da..0297916 100644 --- a/adsbus/Makefile +++ b/adsbus/Makefile @@ -7,7 +7,7 @@ LIBS ?= -ljansson -lprotobuf-c TESTCASE_DIR ?= testcase TESTOUT_DIR ?= testout VALGRIND ?= valgrind -VALGRIND_FLAGS ?= --error-exitcode=1 --track-fds=yes --show-leak-kinds=all --leak-check=full +VALGRIND_FLAGS ?= --error-exitcode=1 --trace-children=yes --track-fds=yes --show-leak-kinds=all --leak-check=full ADSBUS_TEST_FLAGS ?= --stdin --stdout=airspy_adsb --stdout=beast --stdout=json --stdout=proto --stdout=raw --stdout=stats OBJ_TRANSPORT = exec.o incoming.o outgoing.o receive.o send.o