kc3-lang/libevent/test/test-dumpevents.c

Branch :


Log

Author Commit Date CI Message
56e48c10 2012-11-02 10:58:02 Fix a few mingw64 incompatibilities introduced since 2.0
14eb28a3 2012-04-03 15:41:12 Include util-internal.h earlier in test-dumpevents to fix solaris build See 95e2455cdbf840b for rationale.
8d08ccee 2012-03-23 19:29:45 Make test-dumpevents build on Linux
7afe48aa 2012-03-23 17:56:23 Add a unit test for event_base_dump_events() This function uses a C program to generate its output, and then uses a Python program to check it for correctness. On systems without Python, we just make sure that the C program doesn't crash. It's likely that we should be requiring some particular python version. This is an alpha, though: I'm sure somebody will tell us which.