mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
e376f9a733
* Add shlib assertions * Remove obsolete code * Fix shellcheck warnings * Switch to explicit -o nounset * Switched boolean shortcuts to if-then statements * Review suggestion
8 lines
145 B
Python
8 lines
145 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
sh_library(
|
|
name = "assertions",
|
|
testonly = True,
|
|
srcs = ["assertions.sh"],
|
|
)
|