Skip to content

Commit aff78a0

Browse files
what happens if we skip the wrap test file
1 parent 7986f89 commit aff78a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

inst/unitTests/runTests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (require("RUnit", quietly = TRUE)) {
4444

4545
## Define tests
4646
testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), dirs = path
47-
, testFileRegexp = "wrap"
47+
# , testFileRegexp = "Vector"
4848
)
4949

5050
## TODO: actually prioritize which ones we want

inst/unitTests/runit.wrap.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
1919

2020
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
21+
.runThisTest <- FALSE
2122

2223
if (.runThisTest) {
2324

0 commit comments

Comments
 (0)