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

. ../../testenv.sh

analyze types_pkg.vhd
analyze const_pkg.vhd
analyze tester.vhd
analyze generic_check.vhd
analyze tester_conf.vhd
elab_simulate tester_conf

clean

echo "Test successful"