Changeset b15cbc4 for tests/check_irc.c


Ignore:
Timestamp:
2020-03-17T11:29:47Z (4 years ago)
Author:
Petr Vaněk <arkamar@…>
Branches:
master
Children:
c479242
Parents:
3a547ee
Message:

Make the irc test work with libevent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_irc.c

    r3a547ee rb15cbc4  
    66#include <stdio.h>
    77#include "irc.h"
     8#include "events.h"
    89#include "testsuite.h"
    910
     
    4344    fail_unless(g_io_channel_flush(ch2, NULL) == G_IO_STATUS_NORMAL);
    4445
    45     g_main_iteration(FALSE);
     46    b_main_iteration();
    4647    irc_free(irc);
    4748
Note: See TracChangeset for help on using the changeset viewer.