aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1549/testsuite.sh
blob: 77a9ac6884c793e5609b0972a18da2777474a130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

for f in ent ent2 ent3 ent4 ent5 ent6 ent7 ent8; do
    analyze $f.vhdl
    elab_simulate $f
done

clean

echo "Test successful"