1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Unittest: Add inventory callback tests

This commit is contained in:
SmallJoker 2022-09-29 22:16:29 +02:00 committed by SmallJoker
parent 4245a7604b
commit 61a5733692
7 changed files with 187 additions and 41 deletions

View file

@ -434,7 +434,10 @@ public:
private:
friend class EmergeThread;
friend class RemoteClient;
// unittest classes
friend class TestServerShutdownState;
friend class TestMoveAction;
struct ShutdownState {
friend class TestServerShutdownState;