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

. ../../testenv.sh

for i in *.vhdl; do
  analyze_failure $i
done

clean

echo "Test successful"