From 5cbd5a49d90658e0a52fb1d15eda19f3cc252cbb Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Tue, 24 Mar 2015 21:55:19 +0000 Subject: Open-source Bazel integration tests It is a first batch of integration tests for Bazel. They tests some basic behaviors and nominal cases of Bazel rules (especially they tests the behavior of the examples provided in //examples). -- MOS_MIGRATED_REVID=89440074 --- tools/test/BUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/test') diff --git a/tools/test/BUILD b/tools/test/BUILD index db26d3bb78..a2ef5084c6 100644 --- a/tools/test/BUILD +++ b/tools/test/BUILD @@ -4,3 +4,11 @@ filegroup( name = "runtime", srcs = ["test-setup.sh"], ) + +filegroup( + name = "srcs", + srcs = [ + "BUILD", + "test-setup.sh", + ], +) -- cgit v1.2.3