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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_only repro1
synth_only repro2
synth_only ent

echo "Test successful"