diff options
Diffstat (limited to 'test/end-to-end/built-in-rules/TARGETS')
-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" ] } } |