summaryrefslogtreecommitdiff
path: root/testsuite/gna/ticket92/testsuite.sh
blob: 8a76a98337e60eb1a9f573545e050f0396561430 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS="--std=08 -fpsl"

analyze cover_report.vhd
elab_simulate cover_report
clean

echo "Test successful"