/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010-2012 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * TestRunnerMain.cpp * * Created on: Feb 25, 2010 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #ifdef HAVE_ECUT // give the main function its correct name #define CPPUNIT_MAIN main // include the TestRunnerClient file containing the main class #include "../../../TestRunnerClient.h" #include "../../../TestRunnerClient.cpp" #else #include "unittests/UnitTestMain.cpp" #endif /* HAVE_ECUT */