1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 18:05:22 +02: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;