aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue407/testsuite.sh
blob: d884f1b07ffdb10d17842845e25d0fdafb1fe8a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ../../testenv.sh

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

analyze test1.vhdl
elab_simulate test1

analyze test2.vhdl
elab_simulate test2

clean

echo "Test successful"