We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963e83e commit 450ff09Copy full SHA for 450ff09
BUILD
@@ -13,3 +13,9 @@
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
+
17
+sh_test(
18
+ name = "evilurl",
19
+ srcs = ["//tools/evilurl"],
20
+ data = glob(["**/*.java"]),
21
+)
test.bash
@@ -39,9 +39,6 @@ fi
39
40
tools/version/version.bash
41
42
-# TODO Remove this once evilurl is Bazel test BUILD integrated...
43
-tools/evilurl/test.bash
44
-
45
# https://github.com/bazelbuild/bazel/issues/4257
46
echo $ Bazel testing...
47
if [ -z "${CI:-""}" ]; then
tools/evilurl/BUILD
@@ -0,0 +1,5 @@
1
+sh_binary(
2
3
+ srcs = ["test.sh"],
4
+ visibility = ["//:__subpackages__"],
5
0 commit comments