1/*!
2
3\mainpage
4
5\section main_general General
6
7CppTest is a portable and powerful, yet simple, unit testing framework for
8handling automated tests in C++. The focus lies on usability and extendability.
9
10Several output formats, including simple text output, compiler-like output and
11HTML, are supported and new ones are easily added. See \ref tutorial_screenshots
12for examples of available output handlers.
13
14\section main_documentation Documentation
15
16This documentation contains all reference information needed to utilize the
17library. A quick start is given by the \ref tutorial.
18
19Project mailing lists are found on the project page, see below.
20
21\section main_download Download
22
23The latest release may always be found on the project page, see below.
24
25\section main_web_sites Web sites
26
27The CppTest project uses the following web sites:
28- GitHub project page: <a href="https://github.com/cpptest/cpptest">
29  https://github.com/cpptest/cpptest</a>
30- (Old SourceForge project page: <a href="https://sourceforge.net/projects/cpptest/">
31  https://sourceforge.net/projects/cpptest/</a>)
32
33\section main_portability Portability
34
35CppTest has been successfully tested using the following compilers
36and platforms:
37- Clang 7.1.1 (using Ubuntu `xenial` and repository `llvm-toolchain-xenial-7`)
38- GNU GCC 7.3.0 (using Gentoo Linux)
39
40\section main_license License
41
42CppTest is released under the GNU
43<a href="http://www.gnu.org/copyleft/lesser.html">
44Lesser General Public License</a>.
45
46\section Authors
47- Niklas Lundell
48  <a href="mailto:nilu@users.sourceforge.net">(nilu@users.sourceforge.net)</a>
49- Sebastian Pipping
50  <a href="mailto:sebastan@pipping.org">(sebastan@pipping.org)</a>
51
52*/
53
54