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

. ../../testenv.sh

analyze_failure test1.vhdl

analyze test2.vhdl
elab_simulate test2

clean

echo "Test successful"