[Pkg-octave-commit] [octave-image] 01/01: Add testsuite for autopkgtest

Rafael Laboissiere rafael at debian.org
Fri Aug 25 18:10:16 UTC 2017


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

rafael pushed a commit to branch autopkgtest
in repository octave-image.

commit 0d19744f770212e6ca8f0f7e6b74d3aa5211740b
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Aug 25 14:54:21 2017 -0300

    Add testsuite for autopkgtest
---
 debian/tests/control    | 2 ++
 debian/tests/unit-tests | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..2017aba
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: unit-tests
+Depends: @, octave-pkg-dev (>= 1.4.6)
diff --git a/debian/tests/unit-tests b/debian/tests/unit-tests
new file mode 100755
index 0000000..901cd6a
--- /dev/null
+++ b/debian/tests/unit-tests
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+exec 2>&1
+set -e
+
+debian/rules check-pkg

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-image.git



More information about the Pkg-octave-commit mailing list