From eff7f52c368df5dc662d54956de5aa3b2b9ee936 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 26 Aug 2024 18:34:24 +0300 Subject: simplify tests --- tests/hello-world/check.mk | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/hello-world/check.mk (limited to 'tests/hello-world/check.mk') diff --git a/tests/hello-world/check.mk b/tests/hello-world/check.mk deleted file mode 100644 index 7fbabc9..0000000 --- a/tests/hello-world/check.mk +++ /dev/null @@ -1,5 +0,0 @@ -REPORT := reports/hello-world -hello-world: do-hello-world - @grep 'Hello, world!' $(REPORT)/log > /dev/null \ - && echo "OK" > $(REPORT)/OK \ - || echo "ERR" > $(REPORT)/ERR -- cgit v1.3