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

. ../../testenv.sh

run $GHDL -s --std=08 test.vhdl

clean

echo "Test successful"