]> git.localhorst.tv Git - blank.git/blobdiff - tst/world/BlockTest.hpp
added block orientation test
[blank.git] / tst / world / BlockTest.hpp
index 467d2600e9540cf537a1dc3709a0104ddd8d719c..1102ba0f03e25fd0a46001d7872f8a5eae094054 100644 (file)
@@ -12,6 +12,7 @@ class BlockTest
 
 CPPUNIT_TEST_SUITE(BlockTest);
 
+CPPUNIT_TEST(testOrientation);
 CPPUNIT_TEST(testFaceOpposite);
 CPPUNIT_TEST(testFaceAxis);
 CPPUNIT_TEST(testFaceNormal);
@@ -27,6 +28,8 @@ public:
        void setUp();
        void tearDown();
 
+       void testOrientation();
+
        void testFaceOpposite();
        void testFaceAxis();
        void testFaceNormal();