aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-17 08:07:43 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-17 08:07:43 +0200
commit163a73a3501cb9f34025c3def6665cf161d744dc (patch)
tree9655e6e3c54b94bb5fc9929062a4b4ae74a454ca
parent8f7685ca87f6fe05a3e8a5d3d1becc5e5e2d9b1f (diff)
downloadghdl-163a73a3501cb9f34025c3def6665cf161d744dc.tar.gz
ghdl-163a73a3501cb9f34025c3def6665cf161d744dc.tar.bz2
ghdl-163a73a3501cb9f34025c3def6665cf161d744dc.zip
testsuite/synth: add a test for previous commit.
-rwxr-xr-xtestsuite/synth/var01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/var01/testsuite.sh b/testsuite/synth/var01/testsuite.sh
index e72b66751..bd1b9d4f5 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 var05; do
+for t in var01 var02 var03 var04 var05 var06; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean