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

. ../../testenv.sh

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

clean

echo "Test successful"