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

. ../../testenv.sh

gcc -c -fPIC getrand.c
gcc -o getrand.so --shared getrand.o

analyze tb.vhdl
elab_simulate tb

clean
rm -f getrand.o getrand.so

echo "Test successful"