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

. ../../testenv.sh

$GHDL --file-to-xml ex.vhdl > ex.xml

rm -f ex.xml

echo "Test successful"