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

. ../../testenv.sh

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

echo "Test successful"