aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1947/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-01-16 19:11:37 +0100
committerTristan Gingold <tgingold@free.fr>2022-01-16 19:11:37 +0100
commit8503d1a87282fdd57e7cd85007799ad752ebf048 (patch)
tree7304f8cd7bc4486d8ef15c2de76657ee9d28e14b /testsuite/synth/issue1947/testsuite.sh
parent6bdf93f240aa4ca1a7e241acc96e79a955fe155a (diff)
downloadghdl-8503d1a87282fdd57e7cd85007799ad752ebf048.tar.gz
ghdl-8503d1a87282fdd57e7cd85007799ad752ebf048.tar.bz2
ghdl-8503d1a87282fdd57e7cd85007799ad752ebf048.zip
testsuite/synth: add a test for #1947
Diffstat (limited to 'testsuite/synth/issue1947/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1947/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1947/testsuite.sh b/testsuite/synth/issue1947/testsuite.sh
new file mode 100755
index 000000000..9cc452fc2
--- /dev/null
+++ b/testsuite/synth/issue1947/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_only circuit
+
+echo "Test successful"