Skip to content

Commit 4887f39

Browse files
committed
inject daemon in tests
1 parent a172337 commit 4887f39

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)