summaryrefslogtreecommitdiff
path: root/src/unittest/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test.h')
-rw-r--r--src/unittest/test.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/unittest/test.h b/src/unittest/test.h
index c9a5a2e9a..8219e30fc 100644
--- a/src/unittest/test.h
+++ b/src/unittest/test.h
@@ -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();