diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/end-to-end/built-in-rules | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/end-to-end/built-in-rules')
-rw-r--r-- | test/end-to-end/built-in-rules/TARGETS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/end-to-end/built-in-rules/TARGETS b/test/end-to-end/built-in-rules/TARGETS index 8708a379..c645ecf7 100644 --- a/test/end-to-end/built-in-rules/TARGETS +++ b/test/end-to-end/built-in-rules/TARGETS @@ -39,12 +39,12 @@ { "type": ["@", "rules", "test", "suite"] , "stage": ["built-in-rules"] , "deps": - [ "generic_out_dirs" - , "generic_sh" + [ "export_counting" , "filegen_config" - , "tree" + , "generic_out_dirs" + , "generic_sh" , "symlink_config" - , "export_counting" + , "tree" ] } } |