mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-25 00:39:47 +00:00
f5e50bc53c
* Add a build_test rule. This rules (marco) provides a 'test' target that can be used to ensure other targets build.
4 lines
103 B
Bash
Executable file
4 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
# This is a support file for build_test.bzl, it shouldn't be used by anything else.
|
|
exit 0
|