more r tests
This commit is contained in:
parent
a88995a11d
commit
1dd31446ce
1 changed files with 14 additions and 0 deletions
14
Examples/test-suite/r/template_ref_type_runme.R
Normal file
14
Examples/test-suite/r/template_ref_type_runme.R
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
clargs <- commandArgs(trailing=TRUE)
|
||||
source(file.path(clargs[1], "unittest.R"))
|
||||
#source("unittest.R")
|
||||
|
||||
dyn.load(paste("template_ref_type", .Platform$dynlib.ext, sep=""))
|
||||
source("template_ref_type.R")
|
||||
cacheMetaData(1)
|
||||
|
||||
xr = XC()
|
||||
y = Y()
|
||||
|
||||
unittest(Y_find(y, xr), FALSE)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue