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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=93
analyze my_entity.vhdl

clean

echo "Test successful"