blob: ad9ecf3677452fc74b84289272c956d3c8b4339e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../../testenv.sh
analyze_failure tb2.vhdl
analyze_failure tb.vhdl
analyze_failure tb3.vhdl
analyze_failure tb4.vhdl
analyze_failure tb5.vhdl
clean
echo "Test successful"
|