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

. ../../testenv.sh

$GHDL -c --work=liba liba.vhdl --work=libb libb.vhdl --work=work ent.vhdl -e ent

clean

echo "Test successful"