[med-svn] [r-bioc-biobase] 08/09: Add autopkgtest but http://www.bioconductor.org/packages/release/data/experiment/html/golubEsets.html is needed for the full testsuite
Andreas Tille
tille at debian.org
Tue Jun 10 11:08:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-biobase.
commit ff0b4ec997cdded59a1515b39372f3bb50b22ec4
Author: Andreas Tille <tille at debian.org>
Date: Tue Jun 10 11:37:36 2014 +0200
Add autopkgtest but http://www.bioconductor.org/packages/release/data/experiment/html/golubEsets.html is needed for the full testsuite
---
debian/changelog | 2 ++
debian/control | 1 +
debian/tests/control | 3 +++
debian/tests/run-unit-test | 6 ++++++
4 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a28dd20..dc8f196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ r-bioc-biobase (2.24.0-1) UNRELEASED; urgency=low
* Remove outdated README.Debian
* cme fix dpkg-control
* debian/source/format: 3.0 (quilt)
+ * Add autopkgtest
+ TODO: Test needs http://www.bioconductor.org/packages/release/data/experiment/html/golubEsets.html
-- Andreas Tille <tille at debian.org> Tue, 10 Jun 2014 11:01:29 +0200
diff --git a/debian/control b/debian/control
index 76a3834..6fd7b7b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
+XS-Testsuite: autopkgtest
Build-Depends: cdbs,
debhelper (>= 9),
r-base-dev,
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..25377fc
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
new file mode 100644
index 0000000..f7c3451
--- /dev/null
+++ b/debian/tests/run-unit-test
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+LC_ALL=C R --no-save <<EOT
+BiocGenerics:::testPackage("Biobase")
+EOT
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-biobase.git
More information about the debian-med-commit
mailing list