Skip to content

Commit

Permalink
improve test output
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Jul 11, 2016
1 parent 1558496 commit 6255de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3887,6 +3887,8 @@ void test_connection_client_server()
int main()
{
srand( time( NULL ) );

printf( "\n" );

if ( !InitializeYojimbo() )
{
Expand Down Expand Up @@ -3956,6 +3958,8 @@ int main()
else
printf( "\n*** ALL TESTS PASS ***\n" );
printf( "\n" );
#else // #if SOAK
printf( "\n*** ALL TESTS PASS ***\n\n" );
#endif // #if SOAK

ShutdownYojimbo();
Expand Down

0 comments on commit 6255de8

Please sign in to comment.