Make examples cross platform
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10091 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a313ca2c43
commit
6e9058cbeb
9 changed files with 31 additions and 31 deletions
|
|
@ -1,9 +1,9 @@
|
|||
source('unittest.R')
|
||||
dyn.load('simple_array_wrap.so')
|
||||
source('simple_array_wrap.R')
|
||||
source("unittest.R")
|
||||
dyn.load(paste("simple_array_wrap", .Platform$dynlib.ext, sep=""))
|
||||
source("simple_array_wrap.R")
|
||||
cacheMetaData(1)
|
||||
initArray()
|
||||
|
||||
q(save='no')
|
||||
q(save="no")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue