aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/tests/data/zzz-compile-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/tests/data/zzz-compile-all.sh')
-rwxr-xr-xgfsm/gfsm/tests/data/zzz-compile-all.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/gfsm/gfsm/tests/data/zzz-compile-all.sh b/gfsm/gfsm/tests/data/zzz-compile-all.sh
new file mode 100755
index 0000000..8a0d92b
--- /dev/null
+++ b/gfsm/gfsm/tests/data/zzz-compile-all.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+dir=`pwd -P`
+progdir="$dir/../../src/programs"
+
+for f in *.tfst ; do
+ b=`basename $f .tfst`
+ echo "$f -> $b.gfst"
+ ${progdir}/gfsmcompile "$f" -F "$b.gfst"
+done
+
+ \ No newline at end of file