summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2017-02-19 15:23:48 +0100
committerDavid Wührer <def@gmx.at>2017-02-19 15:23:48 +0100
commited28bd25e3055ff9134eb655be37c076f9bf67fe (patch)
tree9099df56945f4274c21f6a368ab2d431282453eb /test.sh
initial commit
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100644
index 0000000..f04974e
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+wd=$( dirname $0 )
+
+${wd}/uryuomoco2english <${wd}/uryuomoco | diff - ${wd}/english &&
+${wd}/english2uryuomoco <${wd}/english | diff - ${wd}/uryuomoco
+