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

. ../../testenv.sh

synth_failure issue1.vhdl -e
synth_failure issue2.vhdl -e

synth_tb issue3

clean

echo "Test successful"