diff --git a/Examples/test-suite/r/template_ref_type_runme.R b/Examples/test-suite/r/template_ref_type_runme.R new file mode 100644 index 000000000..2565019d7 --- /dev/null +++ b/Examples/test-suite/r/template_ref_type_runme.R @@ -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) +