aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1076/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-17 18:37:57 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-17 18:37:57 +0100
commit9ee1a4a1e7531ec40cef8501edf312873223209b (patch)
treeb0fae9e1bd354b5d0360e3efb18a9aaa4ec65cbc /testsuite/synth/issue1076/testsuite.sh
parent55f28c3f2473cf41f83ae63ef52223e8cbfe9016 (diff)
downloadghdl-9ee1a4a1e7531ec40cef8501edf312873223209b.tar.gz
ghdl-9ee1a4a1e7531ec40cef8501edf312873223209b.tar.bz2
ghdl-9ee1a4a1e7531ec40cef8501edf312873223209b.zip
testsuite/synth: add a test for #1076
Diffstat (limited to 'testsuite/synth/issue1076/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1076/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1076/testsuite.sh b/testsuite/synth/issue1076/testsuite.sh
index f24786843..4593a0d74 100755
--- a/testsuite/synth/issue1076/testsuite.sh
+++ b/testsuite/synth/issue1076/testsuite.sh
@@ -4,7 +4,7 @@
GHDL_STD_FLAGS=--std=08
-for t in ent; do
+for t in ent ent2; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean