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
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-doc_headers_Makefile_in,v 1.1.1.1 2008/08/29 09:18:39 sthen Exp $
|
|
--- doc/headers/Makefile.in.orig Wed Jun 25 12:20:20 2008
|
|
+++ doc/headers/Makefile.in Wed Jun 25 12:22:48 2008
|
|
@@ -183,7 +183,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
|
|
+dochdrdir = $(prefix)/share/doc/@PACKAGE@/headers
|
|
INCLUDE_FILES = \
|
|
Automated.h \
|
|
Basic.h \
|