We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98df4c9 commit d59c9a0Copy full SHA for d59c9a0
BUILD
@@ -104,3 +104,23 @@ test_suite(
104
tests = ["//src/cpp/tests:bm_kvs_cpp"],
105
visibility = ["//visibility:public"],
106
)
107
+
108
+test_suite(
109
+ name = "unit_tests",
110
+ tests = [
111
+ # C++
112
+ "test_kvs_cpp",
113
+ # Rust
114
+ "//src/rust/rust_kvs:tests",
115
+ ],
116
+ visibility = ["//visibility:public"],
117
+)
118
119
120
+ name = "cit_tests",
121
122
+ "//tests/python_test_cases:cit_cpp",
123
+ "//tests/python_test_cases:cit_rust",
124
125
126
0 commit comments