From 904094281b062aff3445ca41fec57e4cfd0f563d Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Tue, 10 Nov 2020 14:06:35 -0800 Subject: Initial code release --- runtime/tests/BUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 runtime/tests/BUILD (limited to 'runtime/tests/BUILD') diff --git a/runtime/tests/BUILD b/runtime/tests/BUILD new file mode 100644 index 0000000..c3652c2 --- /dev/null +++ b/runtime/tests/BUILD @@ -0,0 +1,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", + ], +) -- cgit v1.2.3