X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fworld%2FChunkTest.hpp;h=fb52fa7bc7cbf888bbce05e7e6a6d33bbcc9d1fe;hb=a74e9630e55ca47c23f3ba3c9ccffcaccad394ff;hp=00d05705deae3b2437827ab989ac58452307c5b5;hpb=57ff8c89c8e172b0988a09490a2bc19d740d1c79;p=blank.git diff --git a/tst/world/ChunkTest.hpp b/tst/world/ChunkTest.hpp index 00d0570..fb52fa7 100644 --- a/tst/world/ChunkTest.hpp +++ b/tst/world/ChunkTest.hpp @@ -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;