From 40531a6c96296ee03a062956673049082527c6bf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 5 May 2020 05:23:06 +0200 Subject: testsuite/synth: add a test for #1282 --- testsuite/synth/issue1282/testsuite.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testsuite/synth/issue1282/testsuite.sh (limited to 'testsuite/synth/issue1282/testsuite.sh') diff --git a/testsuite/synth/issue1282/testsuite.sh b/testsuite/synth/issue1282/testsuite.sh new file mode 100755 index 000000000..29460b8df --- /dev/null +++ b/testsuite/synth/issue1282/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +synth_analyze issue + +clean + +echo "Test successful" -- cgit v1.2.3