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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
analyze test.vhdl
elab_simulate test

analyze test2.vhdl
elab_simulate test2

clean

echo "Test successful"