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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze bug
synth_analyze bug2

clean

echo "Test successful"