From 987e5651e8d1c5aa933c9ce88562806af4093702 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 24 Dec 2009 21:01:42 +0100 Subject: Refactor common macros used in tests. --- tests/test-stat.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tests/test-stat.c') diff --git a/tests/test-stat.c b/tests/test-stat.c index 9e52a4a7ad..c9fd32785c 100644 --- a/tests/test-stat.c +++ b/tests/test-stat.c @@ -31,23 +31,11 @@ SIGNATURE_CHECK (stat, int, (char const *, struct stat *)); #include #include #include -#include #include #include "pathmax.h" #include "same-inode.h" - -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" #define BASE "test-stat.t" -- cgit v1.2.1