diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-20 14:51:37 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-21 10:13:26 +0200 |
commit | 9a207552ae215473f5af7d6336937dcd4bc843ce (patch) | |
tree | 443b22cd7341ea6e0dbd94b665573154188927df /test/buildtool/logging | |
parent | a6267537ff9e0a4d1966d285cdae302e38d888b8 (diff) | |
download | justbuild-9a207552ae215473f5af7d6336937dcd4bc843ce.tar.gz |
tests: use newly defined test suite
... so that linting information gets propagated properly.
Diffstat (limited to 'test/buildtool/logging')
-rw-r--r-- | test/buildtool/logging/TARGETS | 5 |
1 files changed, 4 insertions, 1 deletions
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"] + } } |