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