aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1177/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-30 07:03:35 +0200
committerTristan Gingold <tgingold@free.fr>2020-03-30 07:03:35 +0200
commitcb4c462d9868b8fb93ef8cc79aa5a016a923ace7 (patch)
tree89425f9471d6c8a76201b7ac0802edaca7e251a1 /testsuite/synth/issue1177/testsuite.sh
parent2490d35c8fe822e0929b5c2f82d8fa3517d28819 (diff)
downloadghdl-cb4c462d9868b8fb93ef8cc79aa5a016a923ace7.tar.gz
ghdl-cb4c462d9868b8fb93ef8cc79aa5a016a923ace7.tar.bz2
ghdl-cb4c462d9868b8fb93ef8cc79aa5a016a923ace7.zip
testsuite/synth: add tests for #1177
Diffstat (limited to 'testsuite/synth/issue1177/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1177/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1177/testsuite.sh b/testsuite/synth/issue1177/testsuite.sh
new file mode 100755
index 000000000..8cbfe93fd
--- /dev/null
+++ b/testsuite/synth/issue1177/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze issue1
+synth_analyze issue2
+
+clean
+echo "Test successful"