int main(int argc, char *argv[]) {
        log_parse_environment();
        log_open();

        test_condition_test_ac_power();
        test_condition_test_host();
        test_condition_test_architecture();

        return 0;
}
int main(int argc, char *argv[]) {
        log_parse_environment();
        log_open();

        test_condition_test_path_exists();
        test_condition_test_ac_power();
        test_condition_test_host();
        test_condition_test_architecture();
        test_condition_test_kernel_command_line();
        test_condition_test_null();

        return 0;
}