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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

for t in anon01; do
    synth_tb $t
done

synth_analyze anon02

echo "Test successful"