File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16+
17+ sh_test (
18+ name = "evilurl" ,
19+ srcs = ["//tools/evilurl" ],
20+ data = glob (["**/*.java" ]),
21+ )
Original file line number Diff line number Diff line change 3939
4040tools/version/version.bash
4141
42- # TODO Remove this once evilurl is Bazel test BUILD integrated...
43- tools/evilurl/test.bash
44-
4542# https://github.com/bazelbuild/bazel/issues/4257
4643echo $ Bazel testing...
4744if [ -z " ${CI:- " " } " ]; then
Original file line number Diff line number Diff line change 1+ sh_binary (
2+ name = "evilurl" ,
3+ srcs = ["test.sh" ],
4+ visibility = ["//:__subpackages__" ],
5+ )
You can’t perform that action at this time.
0 commit comments