X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fworld%2FBlockTest.hpp;h=1102ba0f03e25fd0a46001d7872f8a5eae094054;hb=ec85ac414e4e60295484ca1752876919ce5a8390;hp=467d2600e9540cf537a1dc3709a0104ddd8d719c;hpb=3e7901a804ef85eea01adfb60274218748c0337b;p=blank.git diff --git a/tst/world/BlockTest.hpp b/tst/world/BlockTest.hpp index 467d260..1102ba0 100644 --- a/tst/world/BlockTest.hpp +++ b/tst/world/BlockTest.hpp @@ -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();