[Pkg-javascript-commits] [node-grunt-babel] 02/03: Enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Sep 26 13:00:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-grunt-babel.
commit a812fe91def393ebb0a7fe07205f804f305952b6
Author: Pirate Praveen <praveen at debian.org>
Date: Tue Sep 26 18:14:36 2017 +0530
Enable tests
---
debian/rules | 4 ++--
debian/tests/control | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5119393..59b143f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_VERBOSE=1
#override_dh_auto_build:
-#override_dh_auto_test:
-
+override_dh_auto_test:
+ grunt
diff --git a/debian/tests/control b/debian/tests/control
index a9e8621..d594d7b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: require
Depends: node-grunt-babel
+
+Test-Command: grunt
+Depends: @, grunt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-grunt-babel.git
More information about the Pkg-javascript-commits
mailing list