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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
synth_analyze fixed_round_crash_correct
synth_failure fixed_round_crash_incorrect
clean

echo "Test successful"