Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c33f54f

Browse files
committedApr 8, 2025
inject daemon in tests
1 parent a456ae4 commit c33f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fmt: ## Run Swift file formatter
116116
$(FMTFLAGS) .
117117

118118
.PHONY: test
119-
test: $(XCPROJECT) ## Run all tests
119+
test: $(XCPROJECT) $(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)) ## Run all tests
120120
set -o pipefail && xcodebuild test \
121121
-project $(XCPROJECT) \
122122
-scheme $(SCHEME) \

0 commit comments

Comments
 (0)
Please sign in to comment.