Changes in src/unittests/TestRunnerMain.cpp [c39cc4:bcf653]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/TestRunnerMain.cpp
rc39cc4 rbcf653 1 /* 2 * Project: MoleCuilder 3 * Description: creates and alters molecular systems 4 * 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 1 8 /* 2 9 * TestRunnerMain.cpp … … 14 21 // give the main function its correct name 15 22 #define CPPUNIT_MAIN main 16 17 23 // include the TestRunnerClient file containing the main class 18 24 #include "../../../TestRunnerClient.h"
Note:
See TracChangeset
for help on using the changeset viewer.