File: quantlib-test-suite.1

package info (click to toggle)
quantlib 0.3.13-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,964 kB
  • ctags: 11,071
  • sloc: cpp: 69,443; ansic: 21,483; sh: 8,860; makefile: 1,824; lisp: 86
file content (33 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
.\" and released under the Quantlib license
.TH QUANTLIB-TEST-SUITE 1 "27 July 2003" QuantLib
.SH NAME
quantlib-test-suite - Unit testing executable for QuantLib
.SH SYNOPSIS
.B quantlib-test-suite
.SH DESCRIPTION
.PP
.B quantlib-test-suite
is created at compile-time from the \fIQuantLib\fP sources using the
\fcppunit\fP tool.

It validates the compiled code against pre-constructed test cases, and helps
in validating the library.
.SH SEE ALSO
The source code in the  
.I test-suite
directory of the 
.I QuantLib 
sources,
the QuantLib documentation and website at
.I http://quantlib.org 
and the cppunit documentation and website at 
.IR http://cppunit.sourceforge.net .

.SH AUTHORS
The QuantLib Group (see 
.IR Authors.txt ).

This manual page was added by Dirk Eddelbuettel <edd@debian.org>, 
the Debian GNU/Linux maintainer for 
.BR QuantLib .