swig/Examples/test-suite/r/preproc_constants_runme.R
William S Fulton c0bee5bf18 Remove R test until fixed
Fix is in progress, see Github patch #500
2015-08-13 06:47:09 +01:00

12 lines
344 B
R

clargs <- commandArgs(trailing=TRUE)
source(file.path(clargs[1], "unittest.R"))
dyn.load(paste("preproc_constants", .Platform$dynlib.ext, sep=""))
source("preproc_constants.R")
cacheMetaData(1)
v <- enumToInteger('kValue', '_MyEnum')
print(v)
# temporarily removed until fixed (in progress, see Github patch #500)
#unittest(v,4)
q(save="no")