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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze generic_package.vhdl
elab_simulate testbench

clean

echo "Test successful"