add cxxrandom back to the build

and mark channel-safely as tested
develop
Myk Taylor 2023-02-02 19:42:19 -08:00
parent b514d9b7f1
commit aa2339d2aa
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
3 changed files with 3 additions and 3 deletions

@ -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

@ -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.

@ -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)