Code

Snapping: improve calculation of metrics for scaling, modify some comments, and remov...
[inkscape.git] / cxxtest / cxxtest / Root.cpp
1 #ifndef __cxxtest__Root_cpp__
2 #define __cxxtest__Root_cpp__
4 //
5 // This file holds the "root" of CxxTest, i.e.
6 // the parts that must be in a source file file.
7 //
9 #include <cxxtest/Descriptions.cpp>
10 #include <cxxtest/DummyDescriptions.cpp>
11 #include <cxxtest/GlobalFixture.cpp>
12 #include <cxxtest/LinkedList.cpp>
13 #include <cxxtest/RealDescriptions.cpp>
14 #include <cxxtest/TestSuite.cpp>
15 #include <cxxtest/TestTracker.cpp>
16 #include <cxxtest/ValueTraits.cpp>
18 #endif // __cxxtest__Root_cpp__