aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2139/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue2139/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2139/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/synth/issue2139/testsuite.sh b/testsuite/synth/issue2139/testsuite.sh
new file mode 100755
index 000000000..206a5b5a2
--- /dev/null
+++ b/testsuite/synth/issue2139/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_only repro
+
+GHDL_STD_FLAGS=--std=93
+analyze syn_repro.vhdl
+
+clean
+
+echo "Test successful"