aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-12-13 20:43:29 +0100
committerTristan Gingold <tgingold@free.fr>2020-12-13 20:43:29 +0100
commitcc28900c58f0a7d13930fbd224da6ca9690c06c7 (patch)
tree108619b3c31617dff6ef609f0095eaa6f4019ab1 /testsuite
parent42949205cecf12b76a93db66e66959584c6033b7 (diff)
downloadghdl-cc28900c58f0a7d13930fbd224da6ca9690c06c7.tar.gz
ghdl-cc28900c58f0a7d13930fbd224da6ca9690c06c7.tar.bz2
ghdl-cc28900c58f0a7d13930fbd224da6ca9690c06c7.zip
testsuite/synth: adjust harness for #1534
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/synth/issue1534/testsuite.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/synth/issue1534/testsuite.sh b/testsuite/synth/issue1534/testsuite.sh
index 5742decf4..0344a6c8f 100755
--- a/testsuite/synth/issue1534/testsuite.sh
+++ b/testsuite/synth/issue1534/testsuite.sh
@@ -2,7 +2,9 @@
. ../../testenv.sh
-synth_analyze ent
+for f in ent ent2 xor01 xor02; do
+ synth_analyze $f
+done
clean