aboutsummaryrefslogtreecommitdiffstats
path: root/ns/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ns/regen_makefile.sh')
-rwxr-xr-xns/regen_makefile.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/ns/regen_makefile.sh b/ns/regen_makefile.sh
new file mode 100755
index 00000000..ad86d716
--- /dev/null
+++ b/ns/regen_makefile.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+NAME=NS_Tests
+
+FILES="
+ *.ttcn
+ *.ttcnpp
+ AF_PACKET_PT.cc
+ AF_PACKET_PT.hh
+ BSSGP_EncDec.cc
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ LLC_EncDec.cc
+ Native_FunctionDefs.cc
+ StatsD_CodecPort_CtrlFunctdef.cc
+ TCCConversion.cc
+ TCCInterface.cc
+ TELNETasp_PT.cc
+ UD_PT.cc
+"
+
+export CPPFLAGS_TTCN3="
+ -DBSSGP_EM_L3
+ -DNS_EMULATION_FR
+"
+
+../regen-makefile.sh -e $NAME $FILES