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