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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze attr01
grep -q "keep of counter" syn_attr01.vhdl
clean

synth_analyze attr02
grep -q "keep of rst" syn_attr02.vhdl
clean

echo "Test successful"