aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1367/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-12 07:56:46 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-12 07:56:46 +0200
commit8a002fd0af7530f2fe91d6b663362c02e34950b8 (patch)
tree008c1a8c00a8bd97e74a08740ea869bb031b5dba /testsuite/synth/issue1367/testsuite.sh
parent8e1338dd871ab5e1858db5735607496937249a16 (diff)
downloadghdl-8a002fd0af7530f2fe91d6b663362c02e34950b8.tar.gz
ghdl-8a002fd0af7530f2fe91d6b663362c02e34950b8.tar.bz2
ghdl-8a002fd0af7530f2fe91d6b663362c02e34950b8.zip
testsuite/synth: add a test for #1367
Diffstat (limited to 'testsuite/synth/issue1367/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1367/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue1367/testsuite.sh b/testsuite/synth/issue1367/testsuite.sh
new file mode 100755
index 000000000..b6f83c214
--- /dev/null
+++ b/testsuite/synth/issue1367/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze issue
+clean
+
+echo "Test successful"