aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug030/testsuite.sh
blob: 18d8314247cfc6a19bf10944633cd2360d0a81f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

. ../../testenv.sh

analyze --warn-reserved reserved1.vhdl
analyze --warn-reserved reserved2.vhdl
analyze --warn-reserved reserved3.vhdl
analyze --warn-reserved --std=87 reserved4.vhdl

clean
clean --std=87

echo "Test successful"