[osmo-trx] 03/03: Added simple autopkgtest
Ruben Undheim
rubund-guest at moszumanska.debian.org
Tue Oct 13 19:30:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository osmo-trx.
commit 36363b4e2362e579b15653231d2ebc4d406ea4c2
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Tue Oct 13 21:10:52 2015 +0200
Added simple autopkgtest
---
debian/control | 1 +
debian/tests/control | 4 ++++
debian/tests/main | 6 ++++++
3 files changed, 11 insertions(+)
diff --git a/debian/control b/debian/control
index 114a778..efcfa1c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
dh-autoreconf,
pkg-config,
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..421ceb8
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+Tests: main
+Depends: @
+
+
diff --git a/debian/tests/main b/debian/tests/main
new file mode 100755
index 0000000..6634674
--- /dev/null
+++ b/debian/tests/main
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+
+osmo-trx -h
+echo "run: OK"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmo-trx.git
More information about the debian-science-commits
mailing list