Code

Fix fallback icon loading order for icons with legacy names.
[inkscape.git] / cxxtest / docs / index.html
1 <html>
2 <title>CxxTest</title>
3 <h1>Introduction</h1>
5 <p>CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
7 <p>Its advantages over existing alternatives are that it:
8 <ul>
9 <li>Doesn't require RTTI
10 <li>Doesn't require member template functions
11 <li>Doesn't require exception handling
12 <li>Doesn't require any external libraries (including memory management,
13    file/console I/O, graphics libraries)
14 <li>Is distributed entirely as a set of header files
15 </ul>
17 <p>This makes it extremely portable and usable.
19 <p>CxxTest is available under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU
20 Lesser General Public License</a>.
22 <p>See <a href="guide.html">the user's guide</a> for information.
23 It is also available as <a href="http://cxxtest.sourceforge.net/guide.pdf">a PDF file</a>.
25 <p>The version history is available <a href="http://cxxtest.sourceforge.net/Versions.html">here</a>.
27 <h1>Getting CxxTest</h1>
28 You can always get the latest release from 
29 <a href="http://sourceforge.net/project/showfiles.php?group_id=52834">here</a> or
30 <a href="http://dl.sourceforge.net/cxxtest">here</a>.
32 <p>There are several files you can download: 
33 <ul>
34 <li><code>cxxtest-<i>version</i>-1.noarch.rpm</code>
35 <li><code>cxxtest-<i>version</i>.tar.gz</code>
36 <li><code>cxxtest-<i>version</i>.zip</code>
37 <li><code>cxxtest-guide-<i>version</i>.pdf</code> (the user's guide)
38 </ul>
39 Note that, since CxxTest consists entirely of header files, 
40 there is no distinction between source and binary distribution.
42 <p>There are also files called <code>cxxtest-selftest-*</code>: these
43 are used (usually by me) to test the portability of CxxTest, so you
44 can probably do without them.
46 <p>If you just can't wait for the next release, I sometimes upload betas
47 to <a href="http://cxxtest.sourceforge.net/beta">here</a>.
49 <h1>Getting started</h1>
50 Get the sources and build the samples in the sample subdirectory.
52 <br>
53 <p>
54 <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=52834&type=4" border="0" alt="SourceForge Logo"></A> 
56 </html>