Skip to content

Commit b6a07b9

Browse files
committed
add conformance testdata/ and make it available from bindata
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 8ae2609 commit b6a07b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hack/generate-bindata.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ BINDATA_OUTPUT="test/e2e/generated/bindata.go"
4444
# test/e2e/generated/BUILD and/or build/bindata.bzl.
4545
go-bindata -nometadata -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
4646
-ignore .jpg -ignore .png -ignore .md -ignore 'BUILD(\.bazel)?' \
47+
"test/conformance/testdata/..." \
4748
"test/e2e/testing-manifests/..." \
4849
"test/e2e_node/testing-manifests/..." \
4950
"test/images/..." \

test/e2e/generated/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ go_library(
2323
go_bindata(
2424
name = "bindata",
2525
srcs = [
26+
"//test/conformance/testdata:all-srcs",
2627
"//test/e2e/testing-manifests:all-srcs",
2728
"//test/e2e_node/testing-manifests:all-srcs",
2829
"//test/fixtures:all-srcs",

0 commit comments

Comments
 (0)