From 62218fe59d14cca29e15e8c687a568c850cb6003 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Mar 2012 19:08:32 +0100 Subject: test: add unit test for util/byte_reverse.c --- test/test_glib_compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_glib_compat.h') diff --git a/test/test_glib_compat.h b/test/test_glib_compat.h index 1d54ec89a..2e4ab123c 100644 --- a/test/test_glib_compat.h +++ b/test/test_glib_compat.h @@ -28,7 +28,10 @@ #if !GLIB_CHECK_VERSION(2,16,0) +#include + #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; -- cgit v1.2.3