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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=93
analyze_failure test.vhdl
analyze_failure test2.vhdl

clean

echo "Test successful"