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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze foo.vhdl
analyze bar.vhdl

clean

echo "Test successful"