]> git.lizzy.rs Git - dragonfireclient.git/commit
Restructure devtest's unittests and run them in CI (#11859)
authorsfan5 <sfan5@live.de>
Sat, 18 Dec 2021 19:36:43 +0000 (20:36 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 19:36:43 +0000 (20:36 +0100)
commit8472141b79c25092c90dea24aa873bd7ff792142
treef83851a66ec4b892786ae8a398bee3e8c5228c78
parent1c5ece8334d050379eb99fe2ead52f9f4db44249
Restructure devtest's unittests and run them in CI (#11859)
12 files changed:
.github/workflows/build.yml
games/devtest/mods/unittests/crafting.lua
games/devtest/mods/unittests/init.lua
games/devtest/mods/unittests/itemdescription.lua
games/devtest/mods/unittests/misc.lua [new file with mode: 0644]
games/devtest/mods/unittests/player.lua
games/devtest/mods/unittests/random.lua [deleted file]
src/script/cpp_api/s_base.h
src/script/cpp_api/s_server.cpp
src/script/cpp_api/s_server.h
src/script/lua_api/l_server.cpp
util/test_multiplayer.sh