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/execution_api/execution_service/TARGETS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/buildtool/execution_api/execution_service/TARGETS') diff --git a/test/buildtool/execution_api/execution_service/TARGETS b/test/buildtool/execution_api/execution_service/TARGETS index 6001865c..0e32c4ad 100644 --- a/test/buildtool/execution_api/execution_service/TARGETS +++ b/test/buildtool/execution_api/execution_service/TARGETS @@ -22,5 +22,9 @@ ] , "stage": ["test", "buildtool", "execution_api", "execution_service"] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["cas_server"]} +, "TESTS": + { "type": ["@", "rules", "test", "suite"] + , "stage": ["execution_service"] + , "deps": ["cas_server"] + } } -- cgit v1.2.3