~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to cxxtest/cxxtest/Root.cpp

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __cxxtest__Root_cpp__
 
2
#define __cxxtest__Root_cpp__
 
3
 
 
4
//
 
5
// This file holds the "root" of CxxTest, i.e.
 
6
// the parts that must be in a source file file.
 
7
//
 
8
 
 
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>
 
17
 
 
18
#endif // __cxxtest__Root_cpp__