From 2274627436257c28a82cedec28e18398a517b51d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 29 May 2024 13:01:01 +0200 Subject: test: Use own installed just and just-mr targets... ...which do not stage also the debug source and header files (while in debug mode), as this is unnecessary bloat in the tests. As the tool-under-test and mr-tool-under-test targets should be used instead of the regular install targets also in the various extra rules in end-to-end and utils, move their definition in the outmost test TARGETS file. --- test/end-to-end/generated-binary/TARGETS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/end-to-end/generated-binary') diff --git a/test/end-to-end/generated-binary/TARGETS b/test/end-to-end/generated-binary/TARGETS index f488090e..fa5aa9bc 100644 --- a/test/end-to-end/generated-binary/TARGETS +++ b/test/end-to-end/generated-binary/TARGETS @@ -3,7 +3,7 @@ , "name": ["shell"] , "test": ["shell-script.sh"] , "keep": ["out/out.txt"] - , "deps": [["end-to-end", "tool-under-test"]] + , "deps": [["", "tool-under-test"]] } , "compile rules": {"type": "install", "files": {"RULES": "data/RULES.compiled"}} @@ -12,7 +12,7 @@ , "name": ["compiled"] , "test": ["compiled.sh"] , "keep": ["graph.json", "out/out.txt"] - , "deps": [["end-to-end", "tool-under-test"], "compile rules"] + , "deps": [["", "tool-under-test"], "compile rules"] } , "TESTS": {"type": "install", "tainted": ["test"], "deps": ["shell", "compiled"]} -- cgit v1.2.3