added separator to debug output when running test suite. This will visually help
with identifying when a test ends and another begins.
This commit is contained in:
@@ -100,6 +100,7 @@ int TestSuiteAI::Act(float dt){
|
|||||||
//end of game
|
//end of game
|
||||||
suite->assertGame();
|
suite->assertGame();
|
||||||
g->gameOver = g->players[0];
|
g->gameOver = g->players[0];
|
||||||
|
DebugTrace("================================ END OF TEST =======================\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user