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

. ../../testenv.sh

# Not a real test, should check for leaks.
analyze repro.vhdl
elab_simulate repro --stop-time=1us

clean

echo "Test successful"