Skip to content

Commit

Permalink
Make main build target also build for testing
Browse files Browse the repository at this point in the history
This makes testing target easier to parse in the logs
  • Loading branch information
ychin committed Jan 6, 2025
1 parent 7775c78 commit 21191f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3687,6 +3687,7 @@ $(RUNTIME_FOLDER_LIST):

macvim: $(VIMTARGET) $(RUNTIME_FOLDER_LIST)
xcodebuild -project MacVim/MacVim.xcodeproj $(XCODEFLAGS)
xcodebuild build-for-testing -project MacVim/MacVim.xcodeproj -scheme MacVim $(XCODEFLAGS)

macvim-tests:
xcodebuild test -project MacVim/MacVim.xcodeproj -scheme MacVim $(XCODEFLAGS)
Expand Down

0 comments on commit 21191f3

Please sign in to comment.