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