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

. ../../testenv.sh

analyze --std=08 ent.vhdl
analyze_failure --std=08 ent2.vhdl

GHDL_STD_FLAGS=--std=08 clean

echo "Test successful"