diff options
author | Tristan Gingold | 2015-01-21 06:00:51 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-21 06:00:51 +0100 |
commit | b8043a3082ea11d891024f5527a02592ec9d9457 (patch) | |
tree | ddc24479a3f2572a314f36bf8cb385242ea6996e /testsuite/gna/ticket35/testsuite.sh | |
parent | b2882d7837aa57b0af6c7dd57e30e19b07cce900 (diff) | |
download | ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.tar.gz ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.tar.bz2 ghdl-b8043a3082ea11d891024f5527a02592ec9d9457.zip |
Add testcase for ticket35 (UTF encoding).
Diffstat (limited to 'testsuite/gna/ticket35/testsuite.sh')
-rwxr-xr-x | testsuite/gna/ticket35/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/ticket35/testsuite.sh b/testsuite/gna/ticket35/testsuite.sh new file mode 100755 index 0000000..dcfb1e4 --- /dev/null +++ b/testsuite/gna/ticket35/testsuite.sh @@ -0,0 +1,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" |