Commit 6318fcca authored by xiangpengzhao's avatar xiangpengzhao

Update BUILD file to include e2e_node tests

parent 025f9467
...@@ -30,9 +30,12 @@ filegroup( ...@@ -30,9 +30,12 @@ filegroup(
genrule( genrule(
name = "list_conformance_tests", name = "list_conformance_tests",
srcs = ["//test/e2e:all-srcs"], srcs = [
"//test/e2e:all-srcs",
"//test/e2e_node:all-srcs",
],
outs = ["conformance.txt"], outs = ["conformance.txt"],
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) > $@", cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) $(locations //test/e2e_node:all-srcs) > $@",
message = "Listing all conformance tests.", message = "Listing all conformance tests.",
tools = [":conformance"], tools = [":conformance"],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment