Skip to content

Commit

Permalink
* add all_files testonly targets in examples tutoreal and examples/arm
Browse files Browse the repository at this point in the history
  workspaces
* add local_repository dependency in rules_haskell on these workspaces
* enumerate filegroups to check explicitly in buildifier_test target
  • Loading branch information
k1nkreet committed Dec 13, 2021
1 parent 719d644 commit 4da5c1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
load(":inline_tests.bzl", "sh_inline_test")
load("@bazel_tools//tools/build_rules:test_rules.bzl", "rule_test")
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier_test")
load("@os_info//:os_info.bzl", "is_windows")
load("//tests:rule_test_exe.bzl", "rule_test_exe")
load(
Expand Down Expand Up @@ -516,8 +515,3 @@ filegroup(
],
visibility = ["//visibility:public"],
)

buildifier_test(
name = "buildifier_test",
srcs = ["//:all_files"],
)

0 comments on commit 4da5c1c

Please sign in to comment.