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

. ../../testenv.sh

synth ent.vhdl -e > syn_ent.vhdl

synth_failure -Werror=nowrite ent.vhdl -e

echo "Test successful"