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/hello/TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/hello/TARGETS') diff --git a/test/hello/TARGETS b/test/hello/TARGETS index d01c382..9d16e07 100644 --- a/test/hello/TARGETS +++ b/test/hello/TARGETS @@ -1,4 +1,5 @@ -{ "": +{ "": {"type": "install", "tainted": ["test"], "deps": ["hello"]} +, "hello": { "type": ["@", "rules", "shell/test", "script"] , "name": ["hello"] , "test": ["test_hello.sh"] -- cgit v1.2.3