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/end-to-end/built-in-rules | |
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/end-to-end/built-in-rules')
-rw-r--r-- | test/end-to-end/built-in-rules/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/built-in-rules/TARGETS b/test/end-to-end/built-in-rules/TARGETS index 47a2a811..8708a379 100644 --- a/test/end-to-end/built-in-rules/TARGETS +++ b/test/end-to-end/built-in-rules/TARGETS @@ -36,8 +36,8 @@ , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } , "TESTS": - { "type": "install" - , "tainted": ["test"] + { "type": ["@", "rules", "test", "suite"] + , "stage": ["built-in-rules"] , "deps": [ "generic_out_dirs" , "generic_sh" |