Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 21, 2023
1 parent 2eefe06 commit bafd319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/binary_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ load(
)

def binary_test_suite(name):
"""Test various aspects of binary generation
Args:
name: The prefix of each test name
"""

apple_verification_test(
name = "{}_macos_binary_test".format(name),
tags = [name],
Expand Down

0 comments on commit bafd319

Please sign in to comment.