From d9b5abdb716bd5e4d474c724cb52e9f09899f942 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Tue, 4 Jun 2024 11:35:50 +0200 Subject: test: add overall target ... acting as a test suite for all tests; in doing so, also add the usual structure that each directory has is own overall target of only the tree objects with the test results. While there, remove duplicate copy of a test script in a wrong directory. --- test/test_hello.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/test_hello.sh (limited to 'test/test_hello.sh') diff --git a/test/test_hello.sh b/test/test_hello.sh deleted file mode 100644 index 08347e8..0000000 --- a/test/test_hello.sh +++ /dev/null @@ -1,5 +0,0 @@ -set -e - -./hello | grep -i world -./hello Universe | grep Universe -./hello Universe | grep -i world && exit 1 || : -- cgit v1.2.3