]> git.localhorst.tv Git - blank.git/blobdiff - tst/model/GeometryTest.hpp
split geometry lib
[blank.git] / tst / model / GeometryTest.hpp
diff --git a/tst/model/GeometryTest.hpp b/tst/model/GeometryTest.hpp
deleted file mode 100644 (file)
index 7ba2d2d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef BLANK_TEST_MODEL_GEOMETRYTEST_H_
-#define BLANK_TEST_MODEL_GEOMETRYTEST_H_
-
-#include <cppunit/extensions/HelperMacros.h>
-
-
-namespace blank {
-namespace test {
-
-class GeometryTest
-: public CppUnit::TestFixture {
-
-CPPUNIT_TEST_SUITE(GeometryTest);
-
-CPPUNIT_TEST(testRayBoxIntersection);
-CPPUNIT_TEST(testBoxBoxIntersection);
-
-CPPUNIT_TEST_SUITE_END();
-
-public:
-       void setUp();
-       void tearDown();
-
-       void testRayBoxIntersection();
-       void testBoxBoxIntersection();
-
-};
-
-}
-}
-
-#endif