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

. ../../testenv.sh

analyze repro1.vhdl
elab repro1
if ghdl_has_feature repro1 dump-rti; then
    simulate repro1 --dump-rti
fi

clean

echo "Test successful"