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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=02
analyze -Wunused -Werror mwe.vhdl
elab_simulate mwe

clean

echo "Test successful"