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

. ../../testenv.sh

analyze ascii7.vhdl
analyze latin1.vhdl

analyze_failure utf8.vhdl
analyze_failure utf16be.vhdl
analyze_failure utf16le.vhdl

clean

echo "Test successful"