Changes in src/unittests/ShapeUnittest.cpp [c5186e:bf3817]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/unittests/ShapeUnittest.cpp ¶
rc5186e rbf3817 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "ShapeUnittest.hpp" 9 14 … … 12 17 #include <cppunit/ui/text/TestRunner.h> 13 18 14 #include <cmath>15 16 19 #ifdef HAVE_TESTRUNNER 17 20 #include "UnitTestMain.hpp" … … 20 23 #include "LinearAlgebra/Vector.hpp" 21 24 #include "Shapes/Shape.hpp" 22 23 #include "Shapes/BaseShapes.hpp"24 25 25 26 // Registers the fixture into the 'registry' … … 183 184 184 185 } 185 186 186 void ShapeUnittest::operatorTest(){ 187 187 {
Note:
See TracChangeset
for help on using the changeset viewer.