aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/aggr03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/aggr03')
-rwxr-xr-xtestsuite/synth/aggr03/testsuite.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/synth/aggr03/testsuite.sh b/testsuite/synth/aggr03/testsuite.sh
index effc23552..bff6abfbf 100755
--- a/testsuite/synth/aggr03/testsuite.sh
+++ b/testsuite/synth/aggr03/testsuite.sh
@@ -3,15 +3,6 @@
. ../../testenv.sh
GHDL_STD_FLAGS=--std=08
-for t in conv01; do
- analyze $t.vhdl tb_$t.vhdl
- elab_simulate tb_$t
- clean
-
- synth $t.vhdl -e $t > syn_$t.vhdl
- analyze syn_$t.vhdl tb_$t.vhdl
- elab_simulate tb_$t
- clean
-done
+synth_tb conv01
echo "Test successful"