-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
Hi:
Below test function is not getting run
void RunAllTests(void){
CuString *output = CuStringNew();
CuSuite* suite = CuSuiteNew();
CuSuiteAddSuite(suite, HFTLobGetSuite());
CuSuiteRun(suite);
CuSuiteSummary(suite, output);
CuSuiteDetails(suite, output);
printf("%s\n", output->buffer);
}
Actually program getting stoped by this CuSuiteRun(suite) line . Any help on this?
Thanks
Metadata
Metadata
Assignees
Labels
No labels