From 81887cc2710b2de4806e8d9133f1681f3af04bab Mon Sep 17 00:00:00 2001 From: Brad Corso Date: Tue, 8 Nov 2022 16:16:01 -0800 Subject: [PATCH] Internal changes RELNOTES=N/A PiperOrigin-RevId: 487078827 --- javatests/BUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 javatests/BUILD diff --git a/javatests/BUILD b/javatests/BUILD new file mode 100644 index 00000000000..d73a079c82d --- /dev/null +++ b/javatests/BUILD @@ -0,0 +1,18 @@ +# Copyright (C) 2022 The Dagger Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Description: +# Tests for Dagger including both functional and compiler tests. + +package(default_visibility = ["//:src"])