int main(int argc, char *argv[]) { log_parse_environment(); log_open(); test_align_power2(); test_max(); test_container_of(); test_div_round_up(); test_u64log2(); test_protect_errno(); test_in_set(); test_log2i(); test_raw_clone(); test_physical_memory(); test_physical_memory_scale(); test_system_tasks_max(); test_system_tasks_max_scale(); return 0; }
int main(int argc, char *argv[]) { test_setup_logging(LOG_INFO); test_align_power2(); test_max(); test_container_of(); test_div_round_up(); test_u64log2(); test_protect_errno(); test_unprotect_errno(); test_in_set(); test_log2i(); test_eqzero(); test_raw_clone(); test_physical_memory(); test_physical_memory_scale(); test_system_tasks_max(); test_system_tasks_max_scale(); return 0; }