/*!
\mainpage
\section main_general General
CppTest is a portable and powerful, yet simple, unit testing framework for
handling automated tests in C++. The focus lies on usability and extendability.
Several output formats, including simple text output, compiler-like output and
HTML, are supported and new ones are easily added. See \ref tutorial_screenshots
for examples of available output handlers.
\section main_documentation Documentation
This documentation contains all reference information needed to utilize the
library. A quick start is given by the \ref tutorial.
Project mailing lists are found on the project page, see below.
\section main_download Download
The latest release may always be found on the project page, see below.
\section main_web_sites Web sites
The CppTest project uses the following web sites:
- Home page:
http://cpptest.sourceforge.net/
- Project page:
http://sourceforge.net/projects/cpptest/
\section main_portability Portability
CppTest has been successfully tested using the following compilers
and platforms:
- GCC 4.2.3 (using Debian Etch)
- GCC 3.2 (using RedHat Linux 8.0/9)
- GCC 3.3.1 (under cygwin)
- Microsoft Visual C++ 6.0/7.0/7.1 (using Windows)
- Borland C++ 5.5.1 (using Windows)
\section main_license License
CppTest is released under the GNU
Lesser General Public License.
\section Author
- Niklas Lundell
(nilu@users.sourceforge.net)
*/