2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/shlib/lib/BUILD.bazel
Chuck Grindel e376f9a733
Add shlib/lib/assertions.sh and related tests (#237)
* Add shlib assertions

* Remove obsolete code

* Fix shellcheck warnings

* Switch to explicit -o nounset

* Switched boolean shortcuts to if-then statements

* Review suggestion
2022-09-13 10:35:47 -07:00

8 lines
145 B
Python

package(default_visibility = ["//visibility:public"])
sh_library(
name = "assertions",
testonly = True,
srcs = ["assertions.sh"],
)