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

. ../../testenv.sh

run $GHDL -i top_a.vhd top_e.vhd
run $GHDL -m unit_a
simulate unit_a

clean

echo "Test successful"