Changes in src/unittests/ShapeUnittest.cpp [bcf653:57f243]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/ShapeUnittest.cpp
rbcf653 r57f243 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 * ShapeUnittest.cpp … … 13 6 */ 14 7 15 // include config.h16 #ifdef HAVE_CONFIG_H17 #include <config.h>18 #endif19 20 8 #include "ShapeUnittest.hpp" 21 9 … … 24 12 #include <cppunit/ui/text/TestRunner.h> 25 13 26 #include <cmath>27 28 14 #ifdef HAVE_TESTRUNNER 29 15 #include "UnitTestMain.hpp" 30 16 #endif /*HAVE_TESTRUNNER*/ 31 17 18 #include "Shapes/Shape.hpp" 32 19 #include "LinearAlgebra/Vector.hpp" 33 #include "Shapes/Shape.hpp"34 35 #include "Shapes/BaseShapes.hpp"36 20 37 21 // Registers the fixture into the 'registry' … … 195 179 196 180 } 197 198 181 void ShapeUnittest::operatorTest(){ 199 182 {
Note:
See TracChangeset
for help on using the changeset viewer.