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/TARGETS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/TARGETS (limited to 'test/TARGETS') diff --git a/test/TARGETS b/test/TARGETS new file mode 100644 index 0000000..54f7274 --- /dev/null +++ b/test/TARGETS @@ -0,0 +1,10 @@ +{ "": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ [["./", "hello", ""], "hello"] + , [["./", "proto", ""], "proto"] + , [["./", "withExtendedPath", ""], "withExtendedPath"] + ] + } +} -- cgit v1.2.3