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

. ../../testenv.sh

synth a.vhdl b.vhdl -e a > syn_a.vhdl

synth --expect-failure --std=93 a2.vhdl b.vhdl -e a2

echo "Test successful"