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

. ../../testenv.sh

analyze attrs_pkg.vhdl ent1.vhdl ent2.vhdl ent3.vhdl uattr3.vhdl
elab_simulate uattr3

analyze ent4.vhdl
analyze_failure uattr4.vhdl

clean

echo "Test successful"