summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto/TARGETS
blob: a3b7d880a6faa1932a3589ec328e46f8251690c5 (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
{ "hasher":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["hasher"]
  , "srcs": ["hasher.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/crypto", "hasher"]
    ]
  , "stage": ["test", "buildtool", "crypto"]
  }
, "hash_function":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["hash_function"]
  , "srcs": ["hash_function.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/crypto", "hash_function"]
    ]
  , "stage": ["test", "buildtool", "crypto"]
  }
, "TESTS":
  {"type": "install", "tainted": ["test"], "deps": ["hasher", "hash_function"]}
}