blob: d64269be6b4406ddf78e4d30ecbd5ed021141a83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS="--std=08 -Werror=no-wait"
analyze e.vhdl
analyze e1.vhdl
analyze e2.vhdl
analyze e3.vhdl
analyze_failure e4.vhdl
clean
echo "Test successful"
|