summaryrefslogtreecommitdiff
path: root/scripts/main.mk
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-10-21 10:58:58 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-10-26 18:02:29 +0100
commit6dd07c3f70b7f72b778773a0b2a2a292a5f27f71 (patch)
tree31d6235ab22f29c5610a44a7d31f2282a69007d2 /scripts/main.mk
parent9173589cc01c4460f3fc3e1a2c005807d677735c (diff)
downloadqtlocation-mapboxgl-6dd07c3f70b7f72b778773a0b2a2a292a5f27f71.tar.gz
[node] create `npm test` and `npm run test-suite` targets
Diffstat (limited to 'scripts/main.mk')
-rw-r--r--scripts/main.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index d902eebfaf..deba6db9d4 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -100,6 +100,8 @@ node/configure:
node/xproj:
$(QUIET)$(ENV) $(NODE_PRE_GYP) configure --clang -- \
$(GYP_FLAGS) -f xcode -Dlibuv_cflags= -Dlibuv_ldflags= -Dlibuv_static_libs=
+ $(QUIET)$(ENV) ./scripts/node/create_npm_scheme.sh test
+ $(QUIET)$(ENV) ./scripts/node/create_npm_scheme.sh run test-suite
Makefile/node: Makefile/__project__ node/configure
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target node...$(FORMAT_END)\n"