From aa2339d2aafe962d046d32cc2756d0e95a84d068 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 2 Feb 2023 19:42:19 -0800 Subject: [PATCH] add cxxrandom back to the build and mark channel-safely as tested --- docs/plugins/channel-safely.rst | 2 +- docs/plugins/cxxrandom.rst | 2 +- plugins/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/channel-safely.rst b/docs/plugins/channel-safely.rst index 3acbe66cd..c5dbc37f6 100644 --- a/docs/plugins/channel-safely.rst +++ b/docs/plugins/channel-safely.rst @@ -3,7 +3,7 @@ channel-safely .. dfhack-tool:: :summary: Auto-manage channel designations to keep dwarves safe. - :tags: untested fort auto + :tags: fort auto Multi-level channel projects can be dangerous, and managing the safety of your dwarves throughout the completion of such projects can be difficult and time diff --git a/docs/plugins/cxxrandom.rst b/docs/plugins/cxxrandom.rst index d2775977d..19788e4a4 100644 --- a/docs/plugins/cxxrandom.rst +++ b/docs/plugins/cxxrandom.rst @@ -3,7 +3,7 @@ cxxrandom .. dfhack-tool:: :summary: Provides a Lua API for random distributions. - :tags: untested dev + :tags: dev :no-command: See `cxxrandom-api` for details. diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 76c80b156..1c11cd797 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -100,7 +100,7 @@ dfhack_plugin(cleanowned cleanowned.cpp) #dfhack_plugin(confirm confirm.cpp LINK_LIBRARIES lua) #dfhack_plugin(createitem createitem.cpp) dfhack_plugin(cursecheck cursecheck.cpp) -#dfhack_plugin(cxxrandom cxxrandom.cpp LINK_LIBRARIES lua) +dfhack_plugin(cxxrandom cxxrandom.cpp LINK_LIBRARIES lua) #dfhack_plugin(deramp deramp.cpp) dfhack_plugin(debug debug.cpp LINK_LIBRARIES jsoncpp_static) #dfhack_plugin(dig dig.cpp)