This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-bioc-limma.
commit 4661f7c09dc8b3f9772ca7693ac892e87a00c423 Author: Andreas Tille <[email protected]> Date: Fri Jun 27 21:23:51 2014 +0200 Hints about testing the package --- debian/README.test | 23 +++++++++++++++++++---- debian/docs | 1 + 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/debian/README.test b/debian/README.test index 3dc19ab..942e40b 100644 --- a/debian/README.test +++ b/debian/README.test @@ -1,6 +1,21 @@ -Notes on how this package is tested. -──────────────────────────────────── +Notes on how this package can be tested. +──────────────────────────────────────── -sh debian/tests/upstream +To run the unit tests provided by the package you can do - -- Andreas Tille <[email protected]> Sat, 07 Dec 2013 10:13:45 +0100 + sh run-unit-test + +in this directory. Please note: The original test makes use of +locfit + + http://cran.r-project.org/web/packages/locfit + +Since locfit has a non-free license and thus can not be packaged +for Debian we have to skip this test. Feel free to pick up the +packaging from + + svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-locfit/trunk/ + +to create a local package and remove this patch from series. + + -- Andreas Tille <[email protected]> Fri, 27 Jun 2014 19:02:17 +0200 diff --git a/debian/docs b/debian/docs index afade24..960011c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,3 @@ tests debian/README.test +debian/tests/run-unit-test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-limma.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
