aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1127/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1127/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1127/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/issue1127/testsuite.sh b/testsuite/synth/issue1127/testsuite.sh
index 9e68d3bed..46dc09b99 100755
--- a/testsuite/synth/issue1127/testsuite.sh
+++ b/testsuite/synth/issue1127/testsuite.sh
@@ -2,7 +2,7 @@
. ../../testenv.sh
-for t in foo; do
+for t in foo foo2; do
synth $t.vhdl -e $t > syn_$t.vhdl
analyze syn_$t.vhdl
clean