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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze keep
grep -q "signal a : " syn_keep.vhdl
clean

synth -Werror keep2.vhdl -e > syn_keep2.vhdl
grep -q "signal a : " syn_keep2.vhdl
clean

synth_failure -Werror err1.vhdl -e

echo "Test successful"