From 6dd07c3f70b7f72b778773a0b2a2a292a5f27f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 21 Oct 2015 10:58:58 +0200 Subject: [node] create `npm test` and `npm run test-suite` targets --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 166fea9d81..f756efef14 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,12 @@ apackage: android-lib-mips .PHONY: node node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node + +.PHONY: Xcode/node +Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none node/xproj + .PHONY: xnode -xnode: ; $(RUN) HTTP=none ASSET=none CACHE=none Xcode/node +xnode: Xcode/node ; @open ./build/binding.xcodeproj .PHONY: test test: ; $(RUN) Makefile/test -- cgit v1.2.1