[woo] 01/02: Add autotest.
Anton Gladky
gladk at moszumanska.debian.org
Fri Aug 7 21:14:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository woo.
commit 59b7ddf4baa141e85d267163baef804ba89396d6
Author: Anton Gladky <gladk at debian.org>
Date: Fri Aug 7 14:57:02 2015 +0200
Add autotest.
---
debian/control | 1 +
debian/tests/control | 2 ++
debian/tests/wootest | 4 ++++
3 files changed, 7 insertions(+)
diff --git a/debian/control b/debian/control
index acebc66..8dbeb67 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
Uploaders: Václav Šmilauer <eu at doxos.eu>,
Anton Gladky <gladk at debian.org>
Section: python
+Testsuite: autopkgtest
Priority: optional
Build-Depends: python-all,
python-all-dev,
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..5c1fda9
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: wootest
+Depends: python-woo
diff --git a/debian/tests/wootest b/debian/tests/wootest
new file mode 100755
index 0000000..6252b76
--- /dev/null
+++ b/debian/tests/wootest
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+woo --test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/woo.git
More information about the debian-science-commits
mailing list