source: git/libpolys/tests/cxxtest/Root.cpp @ 8480db

fieker-DuValspielwiese
Last change on this file since 8480db was 4aa8610, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
created libpolys/tests and set up the beginning of a test-suite using cxxtest
  • Property mode set to 100644
File size: 488 bytes
Line 
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__
Note: See TracBrowser for help on using the repository browser.