From c83bce97cdb629fc52d5b9f73f9d236c79122ae4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 30 Jan 2020 06:25:07 +0100 Subject: testsuite/synth: add a test for #1077 --- testsuite/synth/issue1077/testsuite.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 testsuite/synth/issue1077/testsuite.sh (limited to 'testsuite/synth/issue1077/testsuite.sh') diff --git a/testsuite/synth/issue1077/testsuite.sh b/testsuite/synth/issue1077/testsuite.sh new file mode 100755 index 000000000..b6f55d91d --- /dev/null +++ b/testsuite/synth/issue1077/testsuite.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 +for t in ent; do + synth $t.vhdl -e $t > syn_$t.vhdl + analyze syn_$t.vhdl + clean +done + +echo "Test successful" -- cgit v1.2.3