X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-open.c;h=b9ec9bfafe33e294de5ddeaec49f1d20e485f7ca;hb=54be6af60f46a82b2d9051cd939169cd288ed52c;hp=738934e12406f0eb0aa2a72bb4669713a023eec6;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-open.c b/tests/test-open.c index 738934e12..b9ec9bfaf 100644 --- a/tests/test-open.c +++ b/tests/test-open.c @@ -1,5 +1,5 @@ /* Test of opening a file descriptor. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,16 @@ #include +#include "signature.h" +SIGNATURE_CHECK (open, int, (char const *, int, ...)); + +#include +#include +#include +#include + +#include "macros.h" + #define BASE "test-open.t" #include "test-open.h" @@ -27,5 +37,5 @@ int main (void) { - return test_open (); + return test_open (open, true); }