aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/bug02/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/bug02/testsuite.sh')
-rwxr-xr-xtestsuite/synth/bug02/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/synth/bug02/testsuite.sh b/testsuite/synth/bug02/testsuite.sh
new file mode 100755
index 000000000..2a65485e4
--- /dev/null
+++ b/testsuite/synth/bug02/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+#GHDL_STD_FLAGS=--std=08
+for t in repro1 repro2; do
+ synth $t.vhdl -e $t > syn_$t.vhdl
+ analyze syn_$t.vhdl
+done
+
+clean
+
+echo "Test successful"