summaryrefslogtreecommitdiff
path: root/runtime/tests/BUILD
blob: c3652c25f18be3600bc050fd789cabac623a65c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
py_test(
    name = "test_cpp_structure",
    size = "small",
    srcs = ["test_cpp_structure.py"],
    deps = [
        "//:ts_lib",
        "//runtime:cpp_structure",
        "@bazel_python//:pytest_helper",
    ],
)

py_test(
    name = "test_utils",
    size = "small",
    srcs = ["test_utils.py"],
    deps = [
        "//runtime:utils",
        "@bazel_python//:pytest_helper",
    ],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback