コード例 #1
0
ファイル: test-conf-files.c プロジェクト: Keruspe/systemd
int main(int argc, char **argv) {
        test_setup_logging(LOG_DEBUG);

        test_conf_files_list(false);
        test_conf_files_list(true);
        test_conf_files_insert(NULL);
        test_conf_files_insert("/root");
        test_conf_files_insert("/root/");

        return 0;
}
コード例 #2
0
ファイル: test-conf-files.c プロジェクト: Mathnerd314/systemd
int main(int argc, char **argv) {
        test_conf_files_list(false);
        test_conf_files_list(true);
        return 0;
}