summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/api/test/core/BUILD
blob: 99fcfaecaff3811b4c824b6940f861870a7d31df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_test(
    name = "timestamp_test",
    srcs = [
        "timestamp_test.cc",
    ],
    tags = [
        "api",
        "test",
    ],
    deps = [
        "//api",
        "@com_google_googletest//:gtest_main",
    ],
)