aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1288/testsuite.sh
diff options
context:
space:
mode:
authortmeissner <programming@goodcleanfun.de>2020-05-08 11:17:48 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-08 17:52:51 +0200
commit423a2dbb9716dd91307d17109fbc53ce24ddf4e3 (patch)
treecde82938a3d3e67ab9574c87e1dbb81f824df5db /testsuite/synth/issue1288/testsuite.sh
parente2aa330a4c6a03685bd6893b4174473ce53830e8 (diff)
downloadghdl-423a2dbb9716dd91307d17109fbc53ce24ddf4e3.tar.gz
ghdl-423a2dbb9716dd91307d17109fbc53ce24ddf4e3.tar.bz2
ghdl-423a2dbb9716dd91307d17109fbc53ce24ddf4e3.zip
testsuite/synth, testsuite/gna: add tests for ghdl#1288
Diffstat (limited to 'testsuite/synth/issue1288/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1288/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1288/testsuite.sh b/testsuite/synth/issue1288/testsuite.sh
new file mode 100755
index 000000000..29460b8df
--- /dev/null
+++ b/testsuite/synth/issue1288/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_analyze issue
+
+clean
+
+echo "Test successful"