CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: Automated Output to xml file Non-interactive Basic Flexible programming interface Non-interactive Console Console interface (ansi C) Interactive Curses Graphical interface (Unix) Interactive
14 lines
370 B
Text
14 lines
370 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/01/10 21:03:58 agc Exp $
|
|
|
|
Place documentation in the correct place
|
|
|
|
--- doc/Makefile.am 2009/01/10 17:32:20 1.1
|
|
+++ doc/Makefile.am 2009/01/10 17:32:29
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-docdir = $(prefix)/doc/@PACKAGE@
|
|
+docdir = $(prefix)/share/doc/@PACKAGE@
|
|
|
|
doc_DATA = \
|
|
CUnit_doc.css \
|