aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1161/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1161/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1161/testsuite.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/synth/issue1161/testsuite.sh b/testsuite/synth/issue1161/testsuite.sh
new file mode 100755
index 000000000..b01db04b4
--- /dev/null
+++ b/testsuite/synth/issue1161/testsuite.sh
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+for t in issue1 issue2; do
+ synth_tb $t
+done
+
+# TODO: simulation fails
+synth_analyze issue3
+
+clean
+
+echo "Test successful"