[Rcpp-commits] r1032 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 12 11:09:51 CEST 2010
Author: romain
Date: 2010-04-12 11:09:50 +0200 (Mon, 12 Apr 2010)
New Revision: 1032
Modified:
pkg/Rcpp/inst/unitTests/runTests.R
Log:
also count errors (not just failures)
Modified: pkg/Rcpp/inst/unitTests/runTests.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runTests.R 2010-04-12 09:02:14 UTC (rev 1031)
+++ pkg/Rcpp/inst/unitTests/runTests.R 2010-04-12 09:09:50 UTC (rev 1032)
@@ -16,7 +16,7 @@
## --- Testing ---
## Define tests
- testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), dirs = path, testFileRegexp = "^runit[.]as" )
+ testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), dirs = path )
if(interactive()) {
cat("Now have RUnit Test Suite 'testSuite' for package '", pkg,
More information about the Rcpp-commits
mailing list