From e515413d42d4c4f008b591d000dab216a201d058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Sun, 14 Sep 2025 12:12:33 +0200 Subject: mv test to makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3