diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
| commit | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (patch) | |
| tree | f0f951897eebdd4e1fe1c8d47d866fa6c128828d /sntp/libevent/test/tinytest.h | |
| parent | f7cba3a80d9ebefc57776fffd17a4ae68f72e494 (diff) | |
Diffstat (limited to 'sntp/libevent/test/tinytest.h')
| -rw-r--r-- | sntp/libevent/test/tinytest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/libevent/test/tinytest.h b/sntp/libevent/test/tinytest.h index dff440e3190e..ed07b26bc006 100644 --- a/sntp/libevent/test/tinytest.h +++ b/sntp/libevent/test/tinytest.h @@ -81,6 +81,8 @@ int tinytest_get_verbosity_(void); /** Implementation: Set a flag on tests matching a name; returns number * of tests that matched. */ int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long); +/** Implementation: Put a chunk of memory into hex. */ +char *tinytest_format_hex_(const void *, unsigned long); /** Set all tests in 'groups' matching the name 'named' to be skipped. */ #define tinytest_skip(groups, named) \ |
