source: molecuilder/src/unittests/TestRunnerMain.cpp@ 91379c

Last change on this file since 91379c was 44becc, checked in by Frederik Heber <heber@…>, 16 years ago

Tests now work with Eclipse ECUT's TestRunner.

  • new switch in configure.ac: --enable-ecut
  • all tests are compiled as single test as before
  • and a new TestRunner test suite that combines all test into a single executable which can be run as CppUnit program in Eclipse (and then gives JUnit like output).
  • Property mode set to 100644
File size: 297 bytes
Line 
1/*
2 * TestRunnerMain.cpp
3 *
4 * Created on: Feb 25, 2010
5 * Author: heber
6 */
7
8// give the main function its correct name
9#define CPPUNIT_MAIN main
10
11// include the TestRunnerClient file containing the main class
12#include "../../../TestRunnerClient.h"
13#include "../../../TestRunnerClient.cpp"
Note: See TracBrowser for help on using the repository browser.