summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2025-09-14 12:12:33 +0200
committerDavid Wührer <def@gmx.at>2025-09-14 12:12:33 +0200
commite515413d42d4c4f008b591d000dab216a201d058 (patch)
treef3fd7b693df672f5c6dff43fe706ad5346fcad43 /Makefile
parentb8659a7acbcf7f7c0ba5f6bf4b3e8375e45bfc29 (diff)
mv test to makefileHEADmaster
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9dbf06..c4109b1 100755
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,8 @@ all: english2uryuomoco uryuomoco2english
clean:
rm -rf english2uryuomoco uryuomoco2english
-.PHONY: all clean
+test: english2uryuomoco uryuomoco2english
+ uryuomoco2english < uryuomoco | diff - english
+ english2uryuomoco < english | diff - uryuomoco
+
+.PHONY: all test clean