tests/testthat/test-helloworld.R

library(testthat)

test_that("Hello world", {
    string <- compute_hello_world()
    expect_null(string)
})
OHDSI/RcppBoostCompute documentation built on May 7, 2019, 8:29 p.m.