[Pkg-javascript-commits] [node-fs.realpath] 04/06: Enable test

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Oct 18 14:02:27 UTC 2016


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

srud-guest pushed a commit to branch master
in repository node-fs.realpath.

commit ad073babdf04d1a1b3eab1081e677d587e7f33ce
Author: Sruthi <srud at disroot.org>
Date:   Tue Oct 18 19:19:27 2016 +0530

    Enable test
---
 debian/control       | 1 +
 debian/rules         | 4 ++--
 debian/tests/control | 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ea97fac..cfc0d10 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
+ , node-tap
 Standards-Version: 3.9.8
 Homepage: https://github.com/isaacs/fs.realpath#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fs.realpath.git
diff --git a/debian/rules b/debian/rules
index de57af0..2f3e505 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
-
+override_dh_auto_test:
+	tap test/symlinks.js
 
 
diff --git a/debian/tests/control b/debian/tests/control
index 9ef51be..36f446b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
 Tests: require
 Depends: node-fs.realpath
+
+Test-Command: tap test/symlinks.js
+Depends: @, node-tap

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



More information about the Pkg-javascript-commits mailing list