Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modified CuTest.c::CuTestRun() so that it prints the name of the test…
…s conducted.

Signed-off-by: unknown <saq10002@iteb-219.ad.engr.uconn.edu>
  • Loading branch information
unknown committed Oct 8, 2014
1 parent 983c59d commit 38ff09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynarrc/CuTest.c
Expand Up @@ -144,6 +144,7 @@ void CuTestRun(CuTest* tc)
{
// added by Saad
printf("Test: %s\n", tc->name);

tc->ran = 1;
(tc->function)(tc);
}
Expand Down

0 comments on commit 38ff09c

Please sign in to comment.