aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1239/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-19 11:54:42 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-19 11:54:42 +0200
commit8fb42ce39ad5392557b281fa3d607bb7c6d79c5e (patch)
treee2752b7675d89a823a05fc2b652a6bfbc373bf7c /testsuite/synth/issue1239/testsuite.sh
parent7a2c53cd09def758fa05f7db2d696fe73d05f543 (diff)
downloadghdl-8fb42ce39ad5392557b281fa3d607bb7c6d79c5e.tar.gz
ghdl-8fb42ce39ad5392557b281fa3d607bb7c6d79c5e.tar.bz2
ghdl-8fb42ce39ad5392557b281fa3d607bb7c6d79c5e.zip
testsuite/synth: add tests for #1239
Diffstat (limited to 'testsuite/synth/issue1239/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1239/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/issue1239/testsuite.sh b/testsuite/synth/issue1239/testsuite.sh
index 6168864cb..40b97d0fc 100755
--- a/testsuite/synth/issue1239/testsuite.sh
+++ b/testsuite/synth/issue1239/testsuite.sh
@@ -5,4 +5,7 @@
GHDL_STD_FLAGS=-fsynopsys
synth repro.vhdl -e > syn_repro.vhdl
+synth_failure repro2.vhdl -e
+synth_failure repro3.vhdl -e
+
echo "Test successful"