summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto/TARGETS
blob: 2f60483334b54e2a3d740ea57ae7204598bdb4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "crypto":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["crypto"]
  , "srcs": ["crypto.test.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/crypto", "hash_generator"]
    ]
  , "stage": ["test", "buildtool", "crypto"]
  }
, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["crypto"]}
}