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

. ../../testenv.sh

# Not very interesting, need to observe memory usage.
analyze mwe.vhdl
elab_simulate mwe

analyze repro.vhdl
analyze repro1.vhdl

clean

echo "Test successful"