diff options
Diffstat (limited to 'test/end-to-end/gc')
-rw-r--r-- | test/end-to-end/gc/TARGETS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/end-to-end/gc/TARGETS b/test/end-to-end/gc/TARGETS index 5d3cb38b..5e4bf722 100644 --- a/test/end-to-end/gc/TARGETS +++ b/test/end-to-end/gc/TARGETS @@ -8,25 +8,25 @@ { "type": ["@", "rules", "shell/test", "script"] , "name": ["compactification"] , "test": ["compactification.sh"] - , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } , "export": { "type": ["@", "rules", "shell/test", "script"] , "name": ["export"] , "test": ["export.sh"] - , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } , "tc-deps": { "type": ["@", "rules", "shell/test", "script"] , "name": ["tc-deps"] , "test": ["tc-deps.sh"] - , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } , "reconstruct-executable": { "type": ["@", "rules", "shell/test", "script"] , "name": ["reconstruct-executable"] , "test": ["reconstruct-executable.sh"] - , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] } , "TESTS": { "type": ["@", "rules", "test", "suite"] @@ -35,8 +35,8 @@ [ "basic" , "compactification" , "export" - , "tc-deps" , "reconstruct-executable" + , "tc-deps" ] } } |