summaryrefslogtreecommitdiff
path: root/testsuite/gna/ticket87/testsuite.sh
blob: c20ce29188f9d4b9f41a2cc88b09a9c82f489422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

. ../../testenv.sh

mkdir dir1 dir2 dir3 || true

cd dir1
analyze ../hello.vhdl
elab_simulate -v hello
elab -v -o ../dir3/hello1 hello

cd ../dir2
elab_simulate -v --workdir=../dir1 hello

cd ..
rm -rf dir1 dir2 dir3 dir4

echo "Test successful"