From ceefd579e82a8722d9f17749cfe9159cbdd3fc05 Mon Sep 17 00:00:00 2001 From: László Csomor Date: Thu, 21 Sep 2017 16:02:25 +0200 Subject: CI,Windows: run //third_party/def_parser tests Fixes https://github.com/bazelbuild/bazel/issues/3742 Change-Id: Ibfa1909e387e9734040b00523cc9388a386e0bf4 PiperOrigin-RevId: 169538023 --- src/BUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/BUILD') 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", ], ) -- cgit v1.2.3