[Pkg-javascript-commits] [node-prr] 01/05: enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 11 14:22:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-prr.
commit 37992b09e7023f863fce690106ed2a8cd24b56ce
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Apr 11 19:28:48 2017 +0530
enable tests
---
debian/rules | 6 ++----
debian/tests/control | 3 +++
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index de57af0..5386adc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+ nodejs test.js
diff --git a/debian/tests/control b/debian/tests/control
index 6d09284..57fef33 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-prr
+
+Test-Command: nodejs test.js
+Depends: @
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-prr.git
More information about the Pkg-javascript-commits
mailing list