HFT-Orderbook icon indicating copy to clipboard operation
HFT-Orderbook copied to clipboard

Unable to run HFT-Orderbook code

Open shanhashcah opened this issue 4 years ago • 0 comments

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

shanhashcah avatar Jan 20 '21 15:01 shanhashcah