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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze repro
synth_analyze fixed_point_example
clean

echo "Test successful"