diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-27 18:52:21 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-27 18:52:21 +0200 |
commit | a663cbbe964e351e91560d0c7e660f90deb3f83e (patch) | |
tree | e2b175509970e72ae8e38828aae66072574c88c5 /testsuite/gna/bug0117/testsuite.sh | |
parent | 9579af7882b3862e426b2f129d86c74943d0e5f9 (diff) | |
download | ghdl-a663cbbe964e351e91560d0c7e660f90deb3f83e.tar.gz ghdl-a663cbbe964e351e91560d0c7e660f90deb3f83e.tar.bz2 ghdl-a663cbbe964e351e91560d0c7e660f90deb3f83e.zip |
testsuite/gna: add a test for previous commit.
Diffstat (limited to 'testsuite/gna/bug0117/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug0117/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug0117/testsuite.sh b/testsuite/gna/bug0117/testsuite.sh index 0b9fde62d..bcf7bfba2 100755 --- a/testsuite/gna/bug0117/testsuite.sh +++ b/testsuite/gna/bug0117/testsuite.sh @@ -3,7 +3,7 @@ . ../../testenv.sh export GHDL_STD_FLAGS=--std=08 -for i in repro1 repro4 repro5 repro6 repro7 repro8; do +for i in repro1 repro4 repro5 repro6 repro7 repro8 repro12; do analyze $i.vhdl elab_simulate $i done |