Skip to content

Commit

Permalink
Add pbxproj_partials.write_files_and_groups (#2305)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Jun 26, 2023
1 parent b6deac3 commit 919bec4
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/internal/pbxproj_partials/BUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load(
":write_files_and_groups_tests.bzl",
"write_files_and_groups_test_suite",
)
load(
":write_pbxproj_prefix_tests.bzl",
"write_pbxproj_prefix_test_suite",
)

write_files_and_groups_test_suite(name = "write_files_and_groups")

write_pbxproj_prefix_test_suite(name = "write_pbxproj_prefix")

test_suite(name = "pbxproj_partials")
Expand Down
Loading

0 comments on commit 919bec4

Please sign in to comment.