24940f25ef
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. 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. from maintainer Markus Bergkvist, thanks!
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2008/08/29 09:18:39 sthen Exp $
|
|
--- doc/Makefile.in.orig Wed Jun 25 12:19:22 2008
|
|
+++ doc/Makefile.in Wed Jun 25 12:22:27 2008
|
|
@@ -192,7 +192,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-docdir = $(prefix)/doc/@PACKAGE@
|
|
+docdir = $(prefix)/share/doc/@PACKAGE@
|
|
doc_DATA = \
|
|
CUnit_doc.css \
|
|
error_handling.html \
|