Skip to content

Commit

Permalink
Change build target visibility (#1264)
Browse files Browse the repository at this point in the history
* Change build target visibility

* Add dependent headers as srcs. Remove unnecessary visibility.
  • Loading branch information
mlw authored Jan 3, 2024
1 parent ce2777a commit 5e6fa09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Source/santactl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ santa_unit_test(

santa_unit_test(
name = "SNTCommandRuleTest",
srcs = ["Commands/SNTCommandRuleTest.mm"],
srcs = [
"Commands/SNTCommand.h",
"Commands/SNTCommandController.h",
"Commands/SNTCommandRule.h",
"Commands/SNTCommandRuleTest.mm",
],
deps = [
":santactl_lib",
"//Source/common:SNTCommonEnums",
Expand Down

0 comments on commit 5e6fa09

Please sign in to comment.