mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Tests: Add NodeResolver unittests
Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions
This commit is contained in:
@@ -124,9 +124,12 @@ public:
|
||||
};
|
||||
|
||||
// A few item and node definitions for those tests that need them
|
||||
extern content_t CONTENT_STONE;
|
||||
extern content_t CONTENT_GRASS;
|
||||
extern content_t CONTENT_TORCH;
|
||||
extern content_t t_CONTENT_STONE;
|
||||
extern content_t t_CONTENT_GRASS;
|
||||
extern content_t t_CONTENT_TORCH;
|
||||
extern content_t t_CONTENT_WATER;
|
||||
extern content_t t_CONTENT_LAVA;
|
||||
extern content_t t_CONTENT_BRICK;
|
||||
|
||||
void run_tests();
|
||||
|
||||
|
Reference in New Issue
Block a user