aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-03 00:35:13 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-03 15:27:53 +0000
commit9b88920b70a1c0fafc5865b370d90a80ad7cae70 (patch)
tree9a62340a8821b35e6dc630cfd5fb19d45a97ce43 /BUILD
parenta3b5e9340199202d4ce514757c28568f94d07ed6 (diff)
Tests for tools/cpp:cc_configure.bzl
They test ./compile.sh under various configuration using Docker. Because we miss several stuff from our docker support (docker_pull and docker_test), those test are highly unhermetic. This only includes tests for a few OS. We will add tests for specific use case on-demand. -- MOS_MIGRATED_REVID=116197057
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 9205775111..6a7333e24a 100644
--- a/BUILD
+++ b/BUILD
@@ -11,6 +11,12 @@ filegroup(
)
filegroup(
+ name = "workspace-file",
+ srcs = [":WORKSPACE"],
+ visibility = ["//tools/cpp/test:__pkg__"],
+)
+
+filegroup(
name = "srcs",
srcs = glob(
["**"],