From 5f3c9498dc9ad737b398109edf53b4c4a7344696 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 25 Jul 2020 12:24:12 +0200 Subject: testsuite/gna: add a test for previous commit. --- testsuite/gna/bug0117/testsuite.sh | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'testsuite/gna/bug0117/testsuite.sh') diff --git a/testsuite/gna/bug0117/testsuite.sh b/testsuite/gna/bug0117/testsuite.sh index 9a2d8ff9f..0b9fde62d 100755 --- a/testsuite/gna/bug0117/testsuite.sh +++ b/testsuite/gna/bug0117/testsuite.sh @@ -3,20 +3,10 @@ . ../../testenv.sh export GHDL_STD_FLAGS=--std=08 -analyze repro1.vhdl -elab_simulate repro1 - -analyze repro4.vhdl -elab_simulate repro4 - -analyze repro5.vhdl -elab_simulate repro5 - -analyze repro6.vhdl -elab_simulate repro6 - -analyze repro7.vhdl -elab_simulate repro7 +for i in repro1 repro4 repro5 repro6 repro7 repro8; do + analyze $i.vhdl + elab_simulate $i +done clean -- cgit v1.2.3