aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar László Csomor <laszlocsomor@google.com>2017-09-21 16:02:25 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-09-22 12:14:38 +0200
commitceefd579e82a8722d9f17749cfe9159cbdd3fc05 (patch)
tree8ad3d40c7181073f426a30e27a32bc3f638500b6 /src/BUILD
parent486206012a664ecb20bdb196a681efc9a9825049 (diff)
CI,Windows: run //third_party/def_parser tests
Fixes https://github.com/bazelbuild/bazel/issues/3742 Change-Id: Ibfa1909e387e9734040b00523cc9388a386e0bf4 PiperOrigin-RevId: 169538023
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/BUILD b/src/BUILD
index 2d17b2e209..b8bca507ee 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -472,8 +472,6 @@ test_suite(
"//src/test/shell/bazel:bazel_bootstrap_distfile_test",
"//src/test/shell/bazel:bazel_windows_example_test",
"//src/tools/launcher:all_windows_tests",
- # TODO(laszlocsomor): uncomment the line below after I added the
- # corresponding target to the third_party package on GitHub.
- # "//third_party/def_parser:all_windows_tests",
+ "//third_party/def_parser:all_windows_tests",
],
)