blob: ab5ea3cb8507c1a6ea6665be24516f42e73aed80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
run "$GHDL" -s $GHDL_STD_FLAGS test1.vhdl
run "$GHDL" -s $GHDL_STD_FLAGS test2.vhdl
clean
echo "Test successful"
|