We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0188d21 commit 8f39122Copy full SHA for 8f39122
ChangeLog
@@ -5,6 +5,8 @@
5
* inst/include/Rcpp/config.h: Release 0.11.2
6
* debian/*: Similarly updated for new release to Debian
7
8
+ * tests/doRUnit.R: Additional check added for release version case
9
+
10
2014-06-05 JJ Allaire <[email protected]>
11
12
* R/Attributes.R: Use -std=c++0x for cpp11 plugin on Windows if R <= 3.0
tests/doRUnit.R
@@ -64,7 +64,7 @@ if (getErrors(tests)$nFail > 0) {
64
if (getErrors(tests)$nErr > 0) {
65
stop("TEST HAD ERRORS!")
66
}
67
-if (getErrors(tests)$nTestFunc < 1) {
+if (getErrors(tests)$nTestFunc < 1 && Sys.getenv("RunAllRcppTests")=="yes") {
68
stop("NO TEST FUNCTIONS RUN!")
69
70
0 commit comments