summaryrefslogtreecommitdiff
path: root/test/buildtool/logging/TARGETS
blob: fdf6d2e4230db9a55db2fdb13c83fe7713499539 (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
26
{ "logger":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["logger"]
  , "srcs": ["logger.test.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["test", "buildtool", "logging"]
  }
, "log_sink_file":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["log_sink_file"]
  , "srcs": ["log_sink_file.test.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/file_system", "file_system_manager"]
    ]
  , "stage": ["test", "buildtool", "logging"]
  }
, "TESTS":
  {"type": "install", "tainted": ["test"], "deps": ["log_sink_file", "logger"]}
}