blob: 82f7efe591b73266ddb25df99826f2944aa05456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
. ../../testenv.sh
analyze_failure repro.vhdl
analyze_failure repro2.vhdl
analyze_failure repro3.vhdl
analyze_failure repro4.vhdl
clean
echo "Test successful"
|