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

. ../../testenv.sh

GHDL_STD_FLAGS=-fsynopsys
analyze absenc_pkg.vhdl absenc_utils.vhdl absenc_master.vhdl absenc_master_endat.vhdl endat_tb.vhdl
elab_failure endat_tb

analyze repro.vhdl
elab_failure repro

analyze_failure repro1.vhdl

clean

echo "Test successful"