summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
blob: a1b50e468d1d231494ada7a75ade63a66f6ba184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{ "git-import-under-test":
  { "type": "install"
  , "files":
    {"bin/git-import-under-test": ["@", "src", "", "bin/just-import-git.py"]}
  }
, "deduplicate-tool-under-test":
  { "type": "install"
  , "files":
    { "bin/deduplicate-tool-under-test":
      ["@", "src", "", "bin/just-deduplicate-repos.py"]
    }
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"]
  , "stage": ["end-to-end"]
  , "deps":
    { "type": "++"
    , "$1":
      [ [ ["./", "actions", "TESTS"]
        , ["./", "cli", "TESTS"]
        , ["./", "generated-binary", "TESTS"]
        , ["./", "target-tests", "TESTS"]
        , ["./", "user-errors", "TESTS"]
        , ["./", "built-in-rules", "TESTS"]
        , ["./", "build-fails", "TESTS"]
        , ["./", "remote-execution", "TESTS"]
        , ["./", "target-cache", "TESTS"]
        , ["./", "just-mr", "TESTS"]
        , ["./", "git-import", "TESTS"]
        , ["./", "gc", "TESTS"]
        , ["./", "execution-service", "TESTS"]
        , ["./", "symlinks", "TESTS"]
        ]
      , { "type": "if"
        , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"}
        , "then": []
        , "else": [["./", "serve-service", "TESTS"]]
        }
      ]
    }
  }
}