diff options
Diffstat (limited to 'test/other_tools/just_mr/TARGETS')
-rw-r--r-- | test/other_tools/just_mr/TARGETS | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/other_tools/just_mr/TARGETS b/test/other_tools/just_mr/TARGETS index 4960b9df..fe423332 100644 --- a/test/other_tools/just_mr/TARGETS +++ b/test/other_tools/just_mr/TARGETS @@ -9,5 +9,17 @@ ] , "stage": ["test", "other_tools", "just_mr"] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["rc_merge"]} +, "mirrors": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["mirrors"] + , "srcs": ["mirrors.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["", "catch-main"] + , ["@", "src", "src/other_tools/just_mr", "mirrors"] + ] + , "stage": ["test", "other_tools", "just_mr"] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["rc_merge", "mirrors"]} } |