aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1083/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1083/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1083/testsuite.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuite/synth/issue1083/testsuite.sh b/testsuite/synth/issue1083/testsuite.sh
index a4c28bcd4..b61d639a8 100755
--- a/testsuite/synth/issue1083/testsuite.sh
+++ b/testsuite/synth/issue1083/testsuite.sh
@@ -2,10 +2,7 @@
. ../../testenv.sh
-for t in test; do
- synth $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl
- clean
-done
+synth_analyze test
+clean
echo "Test successful"