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

. ../../testenv.sh

analyze bug.vhdl
analyze repro.vhdl
elab_simulate ent

analyze_failure bug2.vhdl
clean

echo "Test successful"