summaryrefslogtreecommitdiff
path: root/test/buildtool/TARGETS
blob: 084adec64972a2af253618c89768be8bf3f3c9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "dirs":
    [ [["./", "common", "TESTS"], "common"]
    , [["./", "crypto", "TESTS"], "crypto"]
    , [["./", "execution_api", "TESTS"], "execution_api"]
    , [["./", "execution_engine", "TESTS"], "execution_engine"]
    , [["./", "file_system", "TESTS"], "file_system"]
    , [["./", "graph_traverser", "TESTS"], "graph_traverser"]
    , [["./", "logging", "TESTS"], "logging"]
    , [["./", "multithreading", "TESTS"], "multithreading"]
    ]
  }
}