From 759ea90fecb9b73e7b320fb86f290195d3c6e026 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 May 2020 04:39:04 +0200 Subject: testsuite/synth: add test from #1283 --- testsuite/synth/issue1283/testsuite.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 testsuite/synth/issue1283/testsuite.sh (limited to 'testsuite/synth/issue1283/testsuite.sh') diff --git a/testsuite/synth/issue1283/testsuite.sh b/testsuite/synth/issue1283/testsuite.sh new file mode 100755 index 000000000..db68cde84 --- /dev/null +++ b/testsuite/synth/issue1283/testsuite.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +synth_analyze issue1 +synth_failure issue2 +synth_failure issue3 +synth_failure issue4 + +clean + +echo "Test successful" -- cgit v1.2.3