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

. ../../testenv.sh

analyze test.vhdl
elab_simulate test
clean

GHDL_STD_FLAGS=--std=08

analyze test.vhdl
clean

echo "Test successful"