blob: 9551f18b43d76e717ba66cd4a04a4d7f753aea28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=93
analyze_failure repro.vhdl
analyze_failure repro2.vhdl
analyze_failure repro3.vhdl
analyze_failure repro4.vhdl
analyze_failure repro5.vhdl
analyze pkg_logic_misc.vhdl
analyze pkg_math_utils.vhdl
analyze_failure pkg_math_signed.vhdl
clean
echo "Test successful"
|