X-Git-Url: https://git.auder.net/?p=pkgdev.git;a=blobdiff_plain;f=man%2Fpkgdev.ctest.Rd;fp=man%2Fpkgdev.ctest.Rd;h=821bfdbcdecd1463f662ab3923ed2ce370b26379;hp=0000000000000000000000000000000000000000;hb=672594cf38591923d9735f532b29af0b6a69e5c9;hpb=156f8ca651789536f3c0efd2af6c97f8b8e9eb54 diff --git a/man/pkgdev.ctest.Rd b/man/pkgdev.ctest.Rd new file mode 100644 index 0000000..821bfdb --- /dev/null +++ b/man/pkgdev.ctest.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2 (4.0.2): do not edit by hand +\name{pkgdev.ctest} +\alias{pkgdev.ctest} +\title{Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions} +\usage{ +pkgdev.ctest(path, prefix = "", show = FALSE, cc = "gcc -std=gnu99") +} +\arguments{ +\item{path}{Location of the package containing tests (under /src/tests)} + +\item{prefix}{Prefix for names of the functions to be tested; leave empty to test all (default)} + +\item{show}{Logical, TRUE to display the list of unit tests (default: FALSE)} +} +\description{ +Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions +} +