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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

# Not yet handled.
synth_only ent1

for t in ent2 ent3 ent5 ent6; do
    synth_tb $t
done

echo "Test successful"