diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-06-13 21:58:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 21:58:34 +0200 |
commit | 9a1d3584c22013860ec4b664858076ab6ddf3ea1 (patch) | |
tree | 444af0cbb0f77fa2ff47123b3e3b46d83b01e5c2 /src/unittest/CMakeLists.txt | |
parent | 10634f0443c478ff08daf80388198931befaa95c (diff) | |
download | minetest-9a1d3584c22013860ec4b664858076ab6ddf3ea1.tar.gz minetest-9a1d3584c22013860ec4b664858076ab6ddf3ea1.tar.bz2 minetest-9a1d3584c22013860ec4b664858076ab6ddf3ea1.zip |
Server: move shutdown parts to a specific shutdown state object (#7437)
* Server: move shutdown parts to a specific shutdown state object
Diffstat (limited to 'src/unittest/CMakeLists.txt')
-rw-r--r-- | src/unittest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unittest/CMakeLists.txt b/src/unittest/CMakeLists.txt index 768959e5e..5d306ee75 100644 --- a/src/unittest/CMakeLists.txt +++ b/src/unittest/CMakeLists.txt @@ -20,6 +20,7 @@ set (UNITTEST_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/test_random.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_schematic.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_serialization.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_server_shutdown_state.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_settings.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_socket.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_serveractiveobjectmap.cpp |