2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-27 05:43:25 +00:00
bazel-skylib/tests/native_binary
Geoffrey Martin-Noble 8e2ba6e9df
Fix runfiles in native_binary/native_test (#339)
The current implementation misses the runfiles from the binary itself
since the attribute for it is called `src` not `srcs` and it makes use
of the discouraged `collect_data` and `collect_default` parameters which
depend on hardcoded attribute names.
2022-03-29 17:41:48 -04:00
..
assertarg.cc Fix runfiles in native_binary/native_test (#339) 2022-03-29 17:41:48 -04:00
assertdata.cc Fix runfiles in native_binary/native_test (#339) 2022-03-29 17:41:48 -04:00
BUILD Fix runfiles in native_binary/native_test (#339) 2022-03-29 17:41:48 -04:00
testdata.txt New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00