aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1428/testsuite.sh
blob: 9ad80ad2558ec884a71952ef9510cd2c0d0ee8da (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

for t in rec1 rec2 rec3 repro1 repro2 repro3 repro4b repro4 repro5b repro5 repro6
do
    synth --expect-failure $t.vhdl -e 2>&1 | grep $t.vhdl: > $t.out
    diff_nocr $t.out $t.ref
done

echo "Test successful"