From 9b88920b70a1c0fafc5865b370d90a80ad7cae70 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Thu, 3 Mar 2016 00:35:13 +0000 Subject: 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 --- WORKSPACE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WORKSPACE') 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") -- cgit v1.2.3