1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-05 18:41:05 +00:00

Add unit tests for MapBlock (de)serialization (#14560)

This commit is contained in:
sfan5 2024-05-05 22:54:40 +02:00 committed by GitHub
parent 3017b0213b
commit 1aba7f1fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 359 additions and 0 deletions

View file

@ -15,6 +15,7 @@ set (UNITTEST_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/test_irrptr.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_lua.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_map.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_mapblock.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_map_settings_manager.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_mapnode.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_modchannels.cpp