summaryrefslogtreecommitdiff
path: root/src/unittest/CMakeLists.txt
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2018-06-13 21:58:34 +0200
committerGitHub <noreply@github.com>2018-06-13 21:58:34 +0200
commit9a1d3584c22013860ec4b664858076ab6ddf3ea1 (patch)
tree444af0cbb0f77fa2ff47123b3e3b46d83b01e5c2 /src/unittest/CMakeLists.txt
parent10634f0443c478ff08daf80388198931befaa95c (diff)
downloadminetest-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.txt1
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