summaryrefslogtreecommitdiff
path: root/runtime/tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/BUILD')
-rw-r--r--runtime/tests/BUILD20
1 files changed, 20 insertions, 0 deletions
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",
+ ],
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback