From 9a207552ae215473f5af7d6336937dcd4bc843ce Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 20 Aug 2024 14:51:37 +0200 Subject: tests: use newly defined test suite ... so that linting information gets propagated properly. --- test/buildtool/logging/TARGETS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/buildtool/logging') diff --git a/test/buildtool/logging/TARGETS b/test/buildtool/logging/TARGETS index 8bc28c1e..bbff8a41 100644 --- a/test/buildtool/logging/TARGETS +++ b/test/buildtool/logging/TARGETS @@ -25,5 +25,8 @@ , "private-ldflags": ["-pthread"] } , "TESTS": - {"type": "install", "tainted": ["test"], "deps": ["log_sink_file", "logger"]} + { "type": ["@", "rules", "test", "suite"] + , "stage": ["logging"] + , "deps": ["log_sink_file", "logger"] + } } -- cgit v1.2.3