Add some warnings in README
[pkgdev.git] / man / pkgdev.ctest.Rd
CommitLineData
672594cf
BA
1% Generated by roxygen2 (4.0.2): do not edit by hand
2\name{pkgdev.ctest}
3\alias{pkgdev.ctest}
4\title{Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions}
5\usage{
6pkgdev.ctest(path, prefix = "", show = FALSE, cc = "gcc -std=gnu99")
7}
8\arguments{
9\item{path}{Location of the package containing tests (under /src/tests)}
10
11\item{prefix}{Prefix for names of the functions to be tested; leave empty to test all (default)}
12
13\item{show}{Logical, TRUE to display the list of unit tests (default: FALSE)}
14}
15\description{
16Launch C unit tests (arbitrary file structure under src/tests), or display the list of test functions
17}
18