File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
+
17
+ sh_test (
18
+ name = "evilurl" ,
19
+ srcs = ["tools/evilurl/test.bash" ],
20
+ data = glob (
21
+ # TODO How to? ["java/**/*.java"],
22
+ [
23
+ "**/*.java" ,
24
+ ],
25
+ exclude = [
26
+ # "bazel-bin/evilurl.runfiles/**",
27
+ "bazel-bin/external/**" ,
28
+ "bazel-bin/java/**" ,
29
+ "bazel-out/**" ,
30
+ # "bazel-testlogs/**",
31
+ # "bazel-enola/**",
32
+ ],
33
+ ),
34
+ )
Original file line number Diff line number Diff line change 39
39
40
40
tools/version/version.bash
41
41
42
- # TODO Remove this once evilurl is Bazel test BUILD integrated...
43
- tools/evilurl/test.bash
44
-
45
42
# https://github.com/bazelbuild/bazel/issues/4257
46
43
echo $ Bazel testing...
47
44
if [ -z " ${CI:- " " } " ]; then
You can’t perform that action at this time.
0 commit comments