summaryrefslogtreecommitdiff
path: root/test/GNU/check-translit.bat
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-13 00:43:22 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-13 00:43:22 +0000
commit1e27fedc75e11311af66666655996aa5fe2960e2 (patch)
tree237b9f2200b45149beb1f7dc27cfbd3f72259e21 /test/GNU/check-translit.bat
parentdb524b69d0cc2d982c3d9f8496a33d7bff9308b8 (diff)
downloadiconv-1e27fedc75e11311af66666655996aa5fe2960e2.tar.gz
iconv-1e27fedc75e11311af66666655996aa5fe2960e2.tar.bz2
Import GNU libiconv testsuite, suitably hacked to fit into our buildsystem.
This still needs a bit of work, not least to get sensible automated testing. It currently requires manual inspection of the output, which isn't all that great. svn path=/trunk/iconv/; revision=5690
Diffstat (limited to 'test/GNU/check-translit.bat')
-rw-r--r--test/GNU/check-translit.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/GNU/check-translit.bat b/test/GNU/check-translit.bat
new file mode 100644
index 0000000..a0fdc6f
--- /dev/null
+++ b/test/GNU/check-translit.bat
@@ -0,0 +1,7 @@
+@ECHO OFF
+REM Simple check of transliteration facilities.
+REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
+
+..\src\iconv_no_i18n -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
+fc %1\%2.%4 tmp
+del tmp