Files
ANSLibs/swig-4.3.0/Examples/test-suite/r/preproc_constants_runme.R

12 lines
272 B
R
Raw Permalink Normal View History

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)
unittest(v,4)
q(save="no")