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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro1.vhdl
analyze attribute_on_shared_variable.vhdl

clean

echo "Test successful"