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

. ../../testenv.sh

analyze ent93.vhdl

clean

export GHDL_STD_FLAGS=--std=08
analyze ent.vhdl

clean

echo "Test successful"