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

. ../../testenv.sh

$GHDL --file-to-xml t2.vhdl | grep -q "01X"
$GHDL --file-to-xml test.vhdl | grep -q '"00"'
clean

echo "Test successful"