aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/r/r_use_isnull_runme.R
blob: 0dbf8762f2356a95c1f41f3fccf08c3427dc83b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
clargs <- commandArgs(trailing=TRUE)
source(file.path(clargs[1], "unittest.R"))

dyn.load(paste("r_use_isnull", .Platform$dynlib.ext, sep=""))
source("r_use_isnull.R")
cacheMetaData(1)

tp <- pointerTest()
circ1 <- tp$getCircle(1)
circ1
unittest(is.null(circ1), TRUE)