2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-25 00:39:47 +00:00
bazel-skylib/rules/empty_test.sh
Thomas Van Lenten f5e50bc53c Add a build_test rule. (#97)
* Add a build_test rule.

This rules (marco) provides a 'test' target that can be used to ensure other
targets build.
2019-01-25 14:34:15 -05:00

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