blob: d6cbaf870039439577d29185ebeadcb61c57d6bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
. ../../testenv.sh
analyze -Werror ent.vhdl
analyze_failure -Werror -Wothers ent.vhdl
analyze_failure -Werror whide.vhdl
analyze -Werror -Wno-hide whide.vhdl
clean
echo "Test successful"
|