aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
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 /WORKSPACE
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 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e1d6be54e7..98a8454ced 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,6 +23,10 @@ bind(
actual = "//:dummy",
)
+# For tools/cpp/test/...
+load("//tools/cpp/test:docker_repository.bzl", "docker_repository")
+docker_repository()
+
# In order to run the Android integration tests, run
# scripts/workspace_user.sh and uncomment the next two lines.
# load("/WORKSPACE.user", "android_repositories")