libevent/test/tinytest_local.h
Nick Mathewson f0bd83ea88 Bump to the latest version of tinytest
This lets us do without libevent-specific code in tinytest.c, and
lets us add a feature to skip individual tests from the command
line.
2010-09-09 16:13:09 -04:00

10 lines
130 B
C

#ifdef WIN32
#include <winsock2.h>
#endif
#include <event2/util.h>
#include "util-internal.h"
#define snprintf evutil_snprintf