From 8c427a7b537a35d6685fb8a95e9b64732d6b4c49 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 23 Dec 2015 01:59:40 -0500 Subject: First round of fixes for new ASN.1 and test code. --- tests/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/GNUmakefile') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 50b33a1..ba515f7 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -36,7 +36,7 @@ CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. all: ${BIN} test: all - for i in ${BIN}; do ./$$i; done + for i in ${BIN}; do (set -x; ./$$i); done clean: rm -f *.o ${BIN} -- cgit v1.2.3