]> git.localhorst.tv Git - blank.git/blobdiff - tst/world/ChunkTest.hpp
more unit tests for Packet
[blank.git] / tst / world / ChunkTest.hpp
index 00d05705deae3b2437827ab989ac58452307c5b5..fb52fa7bc7cbf888bbce05e7e6a6d33bbcc9d1fe 100644 (file)
@@ -18,6 +18,10 @@ CPPUNIT_TEST(testBounds);
 CPPUNIT_TEST(testBorder);
 CPPUNIT_TEST(testNeighbor);
 
+CPPUNIT_TEST(testBlock);
+CPPUNIT_TEST(testLight);
+CPPUNIT_TEST(testLightPropagation);
+
 CPPUNIT_TEST_SUITE_END();
 
 public:
@@ -28,6 +32,10 @@ public:
        void testBorder();
        void testNeighbor();
 
+       void testBlock();
+       void testLight();
+       void testLightPropagation();
+
 private:
        BlockTypeRegistry types;