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/serve_api/TARGETS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/buildtool/serve_api') diff --git a/test/buildtool/serve_api/TARGETS b/test/buildtool/serve_api/TARGETS index 4e903d83..5c5accdf 100644 --- a/test/buildtool/serve_api/TARGETS +++ b/test/buildtool/serve_api/TARGETS @@ -17,5 +17,8 @@ , "stage": ["test", "buildtool", "serve_api"] } , "TESTS": - {"type": "install", "tainted": ["test"], "deps": ["source_tree_client"]} + { "type": ["@", "rules", "test", "suite"] + , "stage": ["serve_api"] + , "deps": ["source_tree_client"] + } } -- cgit v1.2.3