aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1832/testsuite.sh
blob: 4589471501fcf711dcd4b015bdd147c910022ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure -Werror psl.vhdl
analyze psl.vhdl

clean

analyze issue.vhdl
elab_simulate issue

clean

echo "Test successful"