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