aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/memmux01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-09 21:52:04 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-11 20:28:31 +0100
commit72094d312400368dda79e32b4403d0f142404fad (patch)
tree86406d805a60ec7131fd4d06d68865103d187014 /testsuite/synth/memmux01/testsuite.sh
parent81254216c4e8ba25ff98b3c77f7beb0f834d1a27 (diff)
downloadghdl-72094d312400368dda79e32b4403d0f142404fad.tar.gz
ghdl-72094d312400368dda79e32b4403d0f142404fad.tar.bz2
ghdl-72094d312400368dda79e32b4403d0f142404fad.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/memmux01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/memmux01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/memmux01/testsuite.sh b/testsuite/synth/memmux01/testsuite.sh
index d42d27482..7a9179100 100755
--- a/testsuite/synth/memmux01/testsuite.sh
+++ b/testsuite/synth/memmux01/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-for t in memmux01 memmux02 memmux03 memmux04 memmux05; do
+for t in memmux01 memmux02 memmux03 memmux04 memmux05 memmux07; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean