first commit
[pkgdev.git] / man / pkgdev.ctest.Rd
diff --git a/man/pkgdev.ctest.Rd b/man/pkgdev.ctest.Rd
new file mode 100644 (file)
index 0000000..821bfdb
--- /dev/null
@@ -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
+}
+