aboutsummaryrefslogtreecommitdiffstats
path: root/SCCP_Test/regen_makefile.sh
blob: ee2cdb39a8e9989ec298d2a4d23bbb027076e450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

NAME=SCCP_Testcases

FILES="
	*.ttcn
	*.ttcnpp
"

export CPPFLAGS_TTCN3="
"

../regen-makefile.sh -e $NAME $FILES