Add missing SWIGTYPE *const& typemaps
This commit is contained in:
parent
f13de56e5f
commit
752b7e82cd
3 changed files with 24 additions and 2 deletions
13
Examples/test-suite/r/constant_pointers_runme.R
Normal file
13
Examples/test-suite/r/constant_pointers_runme.R
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
clargs <- commandArgs(trailing=TRUE)
|
||||
source(file.path(clargs[1], "unittest.R"))
|
||||
|
||||
dyn.load(paste("constant_pointers", .Platform$dynlib.ext, sep=""))
|
||||
source("constant_pointers.R")
|
||||
cacheMetaData(1)
|
||||
|
||||
myb <- B()
|
||||
bret = bar(myb)
|
||||
bret2 = cbar(myb)
|
||||
bret3 = bar(bret2)
|
||||
|
||||
q(save="no")
|
||||
Loading…
Add table
Add a link
Reference in a new issue