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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze fixed_point_example
clean

echo "Test successful"