[Pkg-javascript-commits] [node-nan] 08/09: add upstream tests

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon May 18 20:19:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-nan.

commit 5ce79ec7ae6195bf9264514ada07af7fe63466ed
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon May 18 20:07:06 2015 +0000

    add upstream tests
---
 debian/control | 2 ++
 debian/rules   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f8cfb1e..583c664 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends:
  nodejs,
  debhelper (>= 8.0.0),
  dh-buildinfo,
+ node-tap,
+ node-gyp
 Standards-Version: 3.9.6
 Homepage: https://github.com/nodejs/nan
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-nan.git
diff --git a/debian/rules b/debian/rules
index a4f23e3..3ebb461 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@
 override_dh_auto_build:
 
 override_dh_auto_test:
-
+	node-gyp rebuild --directory test
+	tap --gc test/js/*-test.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nan.git



More information about the Pkg-javascript-commits mailing list