aboutsummaryrefslogtreecommitdiffstats
path: root/hss/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hss/regen_makefile.sh')
-rwxr-xr-xhss/regen_makefile.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/hss/regen_makefile.sh b/hss/regen_makefile.sh
new file mode 100755
index 00000000..23fbd738
--- /dev/null
+++ b/hss/regen_makefile.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+NAME=HSS_Tests
+
+FILES="
+ *.ttcn
+ DIAMETER_CodecPort_CtrlFunctDef.cc
+ DIAMETER_EncDec.cc
+ IPL4asp_PT.cc
+ IPL4asp_discovery.cc
+ Native_FunctionDefs.cc
+ TCCConversion.cc
+ TCCEncoding.cc
+ TCCInterface.cc
+"
+
+export CPPFLAGS_TTCN3="
+"
+
+../regen-makefile.sh -e $NAME $FILES