diff --git a/dynarrc/CuTest.c b/dynarrc/CuTest.c index f2025ba..86273d8 100644 --- a/dynarrc/CuTest.c +++ b/dynarrc/CuTest.c @@ -144,6 +144,7 @@ void CuTestRun(CuTest* tc) { // added by Saad printf("Test: %s\n", tc->name); + tc->ran = 1; (tc->function)(tc); }