Skip to content

Unable to run HFT-Orderbook code #21

@shanhashcah

Description

@shanhashcah

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions