1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00

Allow running individual unit tests

This commit is contained in:
Vitaliy
2023-06-25 12:13:48 +03:00
committed by GitHub
parent aada2403c9
commit 2f6a9d12f1
3 changed files with 54 additions and 6 deletions

View File

@@ -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);