File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- load ("//rust:defs.bzl" , "rust_library" , "rust_proc_macro" )
2- load (":extra_outdirs_test.bzl" , "extra_outdirs_test_suite" )
31load ("@bazel_skylib//rules:select_file.bzl" , "select_file" )
42load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
3+ load ("//rust:defs.bzl" , "rust_library" , "rust_proc_macro" )
4+ load (":extra_outdirs_test.bzl" , "extra_outdirs_test_suite" )
5+
56rust_proc_macro (
67 name = "write_outdirs_macro" ,
78 srcs = ["proc_macro.rs" ],
@@ -42,12 +43,12 @@ select_file(
4243
4344sh_test (
4445 name = "outdirs_content_test" ,
45- data = [
46- ":lib_with_outdirs_select_file" ,
47- ],
4846 srcs = ["outdirs_content_test.sh" ],
4947 args = [
5048 "$(rlocationpath :lib_with_outdirs_select_file)" ,
5149 ],
50+ data = [
51+ ":lib_with_outdirs_select_file" ,
52+ ],
5253 deps = ["@rules_shell//shell/runfiles" ],
5354)
You can’t perform that action at this time.
0 commit comments