diff options
Diffstat (limited to 'test/end-to-end/profile/TARGETS')
-rw-r--r-- | test/end-to-end/profile/TARGETS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/end-to-end/profile/TARGETS b/test/end-to-end/profile/TARGETS new file mode 100644 index 00000000..68d4d088 --- /dev/null +++ b/test/end-to-end/profile/TARGETS @@ -0,0 +1,13 @@ +{ "basic": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["basic"] + , "test": ["basic.sh"] + , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]] + , "keep-dirs": ["log"] + } +, "TESTS": + { "type": ["@", "rules", "test", "suite"] + , "stage": ["profile"] + , "deps": ["basic"] + } +} |