X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcmdline.h;h=ae4d9ba1d67751f73315277095642842d2d53ed7;hb=9065046a3fd404f72fb090cb0da65cfa8443032f;hp=ca7098dd722343823e223cb932f6dbdead0615c5;hpb=fa5dde3af5a99cda67d0ab005393cfd1627bd3d5;p=awesomized%2Flibmemcached diff --git a/libtest/cmdline.h b/libtest/cmdline.h index ca7098dd..ae4d9ba1 100644 --- a/libtest/cmdline.h +++ b/libtest/cmdline.h @@ -36,24 +36,18 @@ #pragma once -#ifdef HAVE_SPAWN_H -# include -#endif - -/* - http://www.gnu.org/software/automake/manual/automake.html#Tests - When no test protocol is in use, an exit status of 0 from a test script will denote a success, an exit status of 77 a skipped test, an exit status of 99 an hard error, and any other exit status will denote a failure. -*/ +#include +// http://www.gnu.org/software/automake/manual/automake.html#Using-the-TAP-test-protocol #define EXIT_SKIP 77 -#define EXIT_FATAL 99 +#define EXIT_FATAL 77 #ifndef EX_NOEXEC -# define EX_NOEXEC 126 +# define EX_NOEXEC 126 #endif #ifndef EX_NOTFOUND -# define EX_NOTFOUND 127 +# define EX_NOTFOUND 127 #endif namespace libtest {