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

. ../../testenv.sh

#GHDL_FLAGS=--ieee=synopsys
analyze_failure repro_arith.vhdl 2>&1 | grep "non-standard synopsys"

clean

echo "Test successful"