Skip to content

Commit ff65f4f

Browse files
authored
Update BUILD to really include test data
1 parent 65e5513 commit ff65f4f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cpp/BUILD

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,12 @@ cc_library(
2626
visibility = ["//visibility:private"],
2727
)
2828

29-
filegroup(
30-
name = "testdata",
31-
srcs = glob([
32-
"test_data/*",
33-
]),
34-
)
35-
3629
cc_test(
3730
name = "openlocationcode_test",
3831
size = "small",
3932
srcs = ["openlocationcode_test.cc"],
4033
data = [
41-
"testdata",
34+
"//test_data:test_data",
4235
],
4336
deps = [
4437
"@gtest//:main",
@@ -56,4 +49,4 @@ cc_binary(
5649
deps = [
5750
":openlocationcode",
5851
],
59-
)
52+
)

0 commit comments

Comments
 (0)