We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a172337 commit 4887f39Copy full SHA for 4887f39
Makefile
@@ -116,7 +116,7 @@ fmt: ## Run Swift file formatter
116
$(FMTFLAGS) .
117
118
.PHONY: test
119
-test: $(XCPROJECT) ## Run all tests
+test: $(XCPROJECT) $(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)) ## Run all tests
120
set -o pipefail && xcodebuild test \
121
-project $(XCPROJECT) \
122
-scheme $(SCHEME) \
0 commit comments