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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze TbNamesPkg.vhd TbNames.vhd
elab_simulate TbNames

clean

echo "Test successful"