Skip to content

Commit 46706f5

Browse files
committed
cpp tests: move unittests directory
cpp tests: move test-dir to src/cpp/tests/ and update bazel files
1 parent 8603d18 commit 46706f5

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ alias(
4545

4646
test_suite(
4747
name = "test_kvs_cpp",
48-
tests = ["//tests/cpp:test_kvs_cpp"],
48+
tests = ["//src/cpp/tests:test_kvs_cpp"],
4949
visibility = ["//visibility:public"],
5050
)
5151

5252
test_suite(
5353
name = "bm_kvs_cpp",
54-
tests = ["//tests/cpp:bm_kvs_cpp"],
54+
tests = ["//src/cpp/tests:bm_kvs_cpp"],
5555
visibility = ["//visibility:public"],
5656
)

src/cpp/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filegroup(
1919
"inc/**/*.hpp",
2020
]),
2121
visibility = [
22-
"//tests/cpp:__pkg__",
22+
"//src/cpp/tests:__pkg__",
2323
],
2424
)
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)