bazel-skylib/tests/native_binary
László Csomor c585222071
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 13:33:01 +02:00
..
BUILD New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00
assertarg.cc New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00
assertdata.cc New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00
testdata.txt New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00