aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket44/testsuite.sh
blob: 45495a26b53dd9912e844b05cc31e3c00aa43544 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../testenv.sh

analyze --std=02 file1.vhd
analyze --std=02 file2.vhd

clean

echo "Test successful"