1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Tests: Modularize unit testing

Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
This commit is contained in:
kwolekr 2015-04-26 01:24:19 -04:00
parent 45a77c8bf1
commit 7220ca906d
25 changed files with 3402 additions and 2502 deletions

View file

@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mainmenumanager.h"
#include "irrlichttypes_extrabloated.h"
#include "debug.h"
#include "test.h"
#include "unittest/test.h"
#include "server.h"
#include "filesys.h"
#include "version.h"