registering unit tests

remotes/origin/master-1.0.x
Gurvinder Singh 17 years ago committed by Victor Julien
parent ab76253ec6
commit ec4fee215c

@ -1213,6 +1213,7 @@ int main(int argc, char **argv)
AlpDetectRegisterTests(); AlpDetectRegisterTests();
ConfRegisterTests(); ConfRegisterTests();
TmqhFlowRegisterTests(); TmqhFlowRegisterTests();
FlowRegisterTests();
uint32_t failed = UtRunTests(); uint32_t failed = UtRunTests();
UtCleanup(); UtCleanup();
if (failed) exit(EXIT_FAILURE); if (failed) exit(EXIT_FAILURE);

Loading…
Cancel
Save