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

. ../../testenv.sh

analyze junk2.vhdl
analyze_failure --std=93 junk2.vhdl
analyze --std=02 -frelaxed-rules junk2.vhdl
clean

echo "Test successful"