diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-03 07:40:18 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-03 21:15:07 +0100 |
commit | f9102057180443575edcebe71edb6c3eb1fc571d (patch) | |
tree | fb79fd04913dc1bbc5f569ea842c20339b2e436d /testsuite/synth/var01/testsuite.sh | |
parent | 79c615e88dd652d7f2077ccdbef0487d74febd98 (diff) | |
download | ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.tar.gz ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.tar.bz2 ghdl-f9102057180443575edcebe71edb6c3eb1fc571d.zip |
testsuite/synth/var01: add more tests.
Diffstat (limited to 'testsuite/synth/var01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/var01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/var01/testsuite.sh b/testsuite/synth/var01/testsuite.sh index bd1b9d4f5..d2c9c167c 100755 --- a/testsuite/synth/var01/testsuite.sh +++ b/testsuite/synth/var01/testsuite.sh @@ -4,7 +4,7 @@ GHDL_STD_FLAGS=--std=08 -for t in var01 var02 var03 var04 var05 var06; do +for t in var01c var01b var01a var01 var02 var03 var04 var05 var06; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |