aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth50/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/synth50/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth50/testsuite.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/synth/synth50/testsuite.sh b/testsuite/synth/synth50/testsuite.sh
index 18dbb5742..c3f0ea1bd 100755
--- a/testsuite/synth/synth50/testsuite.sh
+++ b/testsuite/synth/synth50/testsuite.sh
@@ -2,8 +2,6 @@
. ../../testenv.sh
-for t in slv_negation; do
- synth $t.vhdl -e $t > syn_$t.vhdl
-done
+synth slv_negation.vhdl -e slv_negation > syn_slv_negation.vhdl
echo "Test successful"