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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze tb.vhdl
elab_simulate tb

analyze tb2.vhdl
elab_simulate tb2

clean

echo "Test successful"