Makefile // Add test shortcuts.
This commit is contained in:
parent
c162579c95
commit
57f791b147
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
||||||
+.PHONY: all
|
+.PHONY: all test
|
||||||
|
|
||||||
all: release
|
all: release
|
||||||
install: install-release
|
install: install-release
|
||||||
|
@ -17,6 +17,9 @@ release:
|
||||||
debug:
|
debug:
|
||||||
xcodebuild -project vChewing.xcodeproj -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) build
|
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
|
DSTROOT = /Library/Input Methods
|
||||||
VC_APP_ROOT = $(DSTROOT)/vChewing.app
|
VC_APP_ROOT = $(DSTROOT)/vChewing.app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue