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

. ../../testenv.sh

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

clean

echo "Test successful"