diff options
Diffstat (limited to 'test/end-to-end/profile/TARGETS')
-rw-r--r-- | test/end-to-end/profile/TARGETS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/end-to-end/profile/TARGETS b/test/end-to-end/profile/TARGETS index 9dfeb307..b49f3135 100644 --- a/test/end-to-end/profile/TARGETS +++ b/test/end-to-end/profile/TARGETS @@ -26,9 +26,16 @@ , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] , "keep-dirs": ["log"] } +, "analysis": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["analysis"] + , "test": ["analysis.sh"] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] + , "keep-dirs": ["log"] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["profile"] - , "deps": ["basic", "failing build", "time", "time, remote"] + , "deps": ["analysis", "basic", "failing build", "time", "time, remote"] } } |