Changes in src/unittests/TestRunnerMain.cpp [bcf653:c39cc4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/TestRunnerMain.cpp
rbcf653 rc39cc4 1 /*2 * Project: MoleCuilder3 * Description: creates and alters molecular systems4 * Copyright (C) 2010 University of Bonn. All rights reserved.5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.6 */7 8 1 /* 9 2 * TestRunnerMain.cpp … … 21 14 // give the main function its correct name 22 15 #define CPPUNIT_MAIN main 16 23 17 // include the TestRunnerClient file containing the main class 24 18 #include "../../../TestRunnerClient.h"
Note:
See TracChangeset
for help on using the changeset viewer.