mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Allow running individual unit tests
This commit is contained in:
@ -140,3 +140,4 @@ extern content_t t_CONTENT_LAVA;
|
||||
extern content_t t_CONTENT_BRICK;
|
||||
|
||||
bool run_tests();
|
||||
bool run_tests(const std::string &module_name);
|
||||
|
Reference in New Issue
Block a user