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