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

. ../../testenv.sh

synth_failure repro1.vhdl -e
synth_failure repro2.vhdl -e
synth_failure repro3.vhdl -e
synth_failure repro4.vhdl -e

echo "Test successful"