aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1035/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue1035/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1035/testsuite.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/synth/issue1035/testsuite.sh b/testsuite/synth/issue1035/testsuite.sh
index 730cf6d16..ba960e856 100755
--- a/testsuite/synth/issue1035/testsuite.sh
+++ b/testsuite/synth/issue1035/testsuite.sh
@@ -3,11 +3,7 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-for t in ent; do
- synth $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl
-done
-
+synth_analyze ent
clean
echo "Test successful"