[r-cran-rcpproll] 01/03: Remove machinery for running nonexistent unit tests.

Sébastien Villemot sebastien at debian.org
Tue Nov 14 09:52:03 UTC 2017


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

sebastien pushed a commit to branch master
in repository r-cran-rcpproll.

commit 6a4c6c8005dd5ab0b49b5dafd5f6ac1daa3fa8a6
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Nov 14 10:47:45 2017 +0100

    Remove machinery for running nonexistent unit tests.
---
 debian/docs                |  2 --
 debian/tests/control       |  5 -----
 debian/tests/run-unit-test | 17 -----------------
 3 files changed, 24 deletions(-)

diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 67ce40b..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tests/run-unit-test
-tests
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index a62fb6e..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests: run-unit-test
-Depends: @, r-cran-testthat,
-Restrictions: allow-stderr
-
-
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
deleted file mode 100644
index 7e89370..0000000
--- a/debian/tests/run-unit-test
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-pkgname=RcppRoll
-debname=r-cran-rcpproll
-
-if [ "$ADTTMP" = "" ] ; then
-    ADTTMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
-    trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
-fi
-cd $ADTTMP
-cp -a /usr/share/doc/$debname/tests/* $ADTTMP
-gunzip -r *
-for testfile in *.R; do
-    echo "BEGIN TEST $testfile"
-    LC_ALL=C R --no-save < $testfile
-done
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rcpproll.git



More information about the debian-science-commits mailing list