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 65e5513 commit ff65f4fCopy full SHA for ff65f4f
cpp/BUILD
@@ -26,19 +26,12 @@ cc_library(
26
visibility = ["//visibility:private"],
27
)
28
29
-filegroup(
30
- name = "testdata",
31
- srcs = glob([
32
- "test_data/*",
33
- ]),
34
-)
35
-
36
cc_test(
37
name = "openlocationcode_test",
38
size = "small",
39
srcs = ["openlocationcode_test.cc"],
40
data = [
41
- "testdata",
+ "//test_data:test_data",
42
],
43
deps = [
44
"@gtest//:main",
@@ -56,4 +49,4 @@ cc_binary(
56
49
57
50
":openlocationcode",
58
51
59
52
+)
0 commit comments