File: libcppunit-doc.README.Debian

package info (click to toggle)
cppunit 1.14.0-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,088 kB
  • ctags: 3,725
  • sloc: cpp: 12,530; sh: 4,240; ansic: 782; makefile: 405; xml: 58
file content (16 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
		Using CppUnit with autotools
		----------------------------

CppUnit ships an autoconf macro that is used to detect whether the
library is available.  The usage is

  AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])

Note that the minimum version of CppUnit is mandatory.

In /usr/share/doc/libcppunit-doc/examples, see the files README,
configure.ac, and Makefile.am for a template to follow.



 -- Steve M. Robbins <smr@debian.org>, Sun Jan 15 22:19:00 2006