aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2288/testsuite.sh
blob: 59be83369927aee8e2fe7c709c7c9996b0976244 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

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

clean

echo "Test successful"