This website requires JavaScript.
Explore
Help
Sign In
bazel
/
bazel-skylib
mirror of
https://github.com/bazelbuild/bazel-skylib
Watch
2
Star
0
Fork
You've already forked bazel-skylib
0
Code
Issues
Releases
Activity
juliexxia-patch-2
bazel-skylib
/
tests
/
native_binary
/
testdata.txt
2 lines
6 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
New rules: native_binary and native_test (#152) native_binary() wraps a pre-built binary or script in a *_binary rule interface. Rules like genrule can tool-depend on it, and it can be executed with "bazel run". This rule can also augment the binary with runfiles. native_test() is similar, but creates a testable rule instead of a binary rule. Fixes https://github.com/bazelbuild/bazel-skylib/issues/148 RELNOTES[NEW]: The new `native_binary()` and `native_test()` rules let you wrap a pre-built binary in a binary and test rule respectively.
2019-05-14 11:33:01 +00:00
hello