diff --git a/Source/santactl/BUILD b/Source/santactl/BUILD index 231f253ef..a02237843 100644 --- a/Source/santactl/BUILD +++ b/Source/santactl/BUILD @@ -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",