X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-base64.c;h=95c26ae0a89fab375dc27abf892af72d5ac01d1c;hb=b187ff0528e2a081392a834e684d1d0c161708a7;hp=48683259f1a0a45139b52c7b885420f4effc04e7;hpb=d1d75d5540bf75df8bc41c85b5a9fd111ca1f2dd;p=gnulib.git diff --git a/tests/test-base64.c b/tests/test-base64.c index 48683259f..95c26ae0a 100644 --- a/tests/test-base64.c +++ b/tests/test-base64.c @@ -1,5 +1,5 @@ /* Self tests for base64. - Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software: you can redistribute it and/or modify @@ -17,27 +17,15 @@ #include +#include "base64.h" + #include -#include #include #include #include -#include #include -#include "base64.h" - -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" int main (void)