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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate_failure time_travel > sim.err 2>&1
if ! grep -q '11' sim.err; then
  echo "missing line number"
  exit 1
fi

clean
rm -f sim.err

echo "Test successful"