Skip to content

Commit d8549ed

Browse files
committed
tweak tests
1 parent 29dca86 commit d8549ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^src/tbb/build/lib_.*$
4+
^tests/testthat/pkg/RcppParallelTest/src/.*\.s?o$
45
^inst/lib$
56
^.travis.yml
67
^doc$

tests/testthat/test-malloc.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
context( "malloc" )
22

33
test_that( "tbbmalloc works", {
4+
5+
skip_on_cran()
6+
47
sourceCpp( "cpp/malloc.cpp" )
58
})
69

tests/testthat/test-pkg.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ context( "package" )
22

33
test_that( "linking from a package works", {
44

5+
skip_on_cran()
6+
57
templib <- tempfile()
68
dir.create(templib)
79

0 commit comments

Comments
 (0)