From 57f791b1472998c934d76e31d69f342c8f8e9d9e Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 1 Jul 2022 15:23:10 +0800 Subject: [PATCH] Makefile // Add test shortcuts. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 991783cd..54a78466 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -+.PHONY: all ++.PHONY: all test all: release install: install-release @@ -17,6 +17,9 @@ release: debug: xcodebuild -project vChewing.xcodeproj -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) build +test: + xcodebuild -project vChewing.xcodeproj -scheme vChewing -configuration Debug test + DSTROOT = /Library/Input Methods VC_APP_ROOT = $(DSTROOT)/vChewing.app