]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentracing-cpp/mocktracer/test/BUILD
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / opentracing-cpp / mocktracer / test / BUILD
CommitLineData
f67539c2
TL
1TEST_NAMES = [
2 "propagation_test",
3 "tracer_test",
4 "tracer_factory_test",
5 "json_test",
6]
7
8[cc_test(
9 name = test_name,
10 srcs = [test_name + ".cpp"],
11 deps = [
12 "//mocktracer:mocktracer",
13 "//3rd_party:catch2",
14 ],
15) for test_name in TEST_NAMES]