From 8b4123f67fd1487ed4fa7621bad80227333a16f6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Aug 2017 15:17:14 +0200 Subject: GGSN_Tests: Enable junit-xml generation --- ggsn_tests/regen_makefile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ggsn_tests/regen_makefile.sh') diff --git a/ggsn_tests/regen_makefile.sh b/ggsn_tests/regen_makefile.sh index dd98dcca..f9c1bcfd 100755 --- a/ggsn_tests/regen_makefile.sh +++ b/ggsn_tests/regen_makefile.sh @@ -2,8 +2,8 @@ FILES="*.ttcn IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc GTPC_EncDec.cc GTPU_EncDec.cc GTP_CodecPort_CtrlFunctDef.cc ICMPv6_EncDec.cc IP_EncDec.cc Native_FunctionDefs.cc" -ttcn3_makefilegen -f GGSN_Tests.ttcn $FILES +ttcn3_makefilegen -l -f GGSN_Tests.ttcn $FILES sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile -sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan/' Makefile +sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile #sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile -- cgit v1.2.3