aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/comp04/testsuite.sh
blob: 5b18ae3764fca07e1577ce186f7268fb04d59978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. ../../testenv.sh

for keep in yes no; do
    GHDL_SYNTH_FLAGS=--keep-hierarchy=$keep
    for unit in comp04 comp05 comp06; do
	synth_tb $unit
    done
done

echo "Test successful"