Merge branch 'c_unit_testing' of https://github.com/fjoncourt/fwknop into c_unit_testing
Conflicts: client/config_init.c common/cunit_common.h lib/cunit_common.c server/access.c
This commit is contained in:
commit
5c3a709014
@ -27,9 +27,9 @@ int main()
|
||||
/* Register test suites from fko files */
|
||||
register_test_suites();
|
||||
|
||||
/* Run all tests using the CUnit Basic interface */
|
||||
CU_basic_set_mode(CU_BRM_VERBOSE);
|
||||
CU_basic_run_tests();
|
||||
CU_cleanup_registry();
|
||||
return CU_get_error();
|
||||
/* RUN ALL TESTS USING THE CUNIT BASIC INTERFACE */
|
||||
CU_BASIC_SET_MODE(CU_BRM_VERBOSE);
|
||||
CU_BASIC_RUN_TESTS();
|
||||
CU_CLEANUP_REGISTRY();
|
||||
RETURN CU_GET_ERROR();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user