aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/regen_makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pcu/regen_makefile.sh')
-rwxr-xr-xpcu/regen_makefile.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcu/regen_makefile.sh b/pcu/regen_makefile.sh
index d4404d03..006c6baa 100755
--- a/pcu/regen_makefile.sh
+++ b/pcu/regen_makefile.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+NAME=PCU_Tests
+
FILES="
*.ttcn
*.ttcnpp
@@ -22,4 +24,4 @@ export CPPFLAGS_TTCN3="
-DIPA_EMULATION_CTRL
"
-../regen-makefile.sh PCU_Tests.ttcn $FILES
+../regen-makefile.sh -e $NAME $FILES