1 % Generated by roxygen2 (4.0.2): do not edit by hand
4 \title{Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions}
6 pkgdev.ctest(path, prefix = "", show = FALSE, cc = "gcc -std=gnu99")
9 \item{path}{Location of the package containing tests (under /src/tests)}
11 \item{prefix}{Prefix for names of the functions to be tested; leave empty to test all (default)}
13 \item{show}{Logical, TRUE to display the list of unit tests (default: FALSE)}
16 Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions