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

. ../../testenv.sh

GHDL_STD_FLAGS=--work=bugtests
analyze empty.vhdl
elab_simulate abcdefg_tb

clean

echo "Test successful"