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

. ../../testenv.sh

analyze_failure test.vhdl

for e in t1 t2 t3; do
    analyze $e.vhdl
    elab_simulate $e
done

clean

echo "Test successful"