test: add unit test for util/byte_reverse.c

This commit is contained in:
Max Kellermann
2012-03-21 19:08:32 +01:00
parent 95d9bb6dfc
commit 62218fe59d
3 changed files with 94 additions and 0 deletions

View File

@@ -28,7 +28,10 @@
#if !GLIB_CHECK_VERSION(2,16,0)
#include <string.h>
#define g_assert_cmpint(n1, cmp, n2) g_assert((n1) cmp (n2))
#define g_assert_cmpstr(a, cmp, b) g_assert(strcmp(a, b) cmp 0)
static void (*test_functions[256])(void);
static unsigned num_test_functions;