From: Niels Möller Date: Tue, 30 Oct 2001 15:29:58 +0000 (+0100) Subject: New macro SKIP which exits with code 77. X-Git-Tag: nettle_1.5_release_20020131~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9b82e44c93cc1f4368db30ef9827097d39724a;p=thirdparty%2Fnettle.git New macro SKIP which exits with code 77. Rev: src/nettle/testsuite/macros.m4:1.2 --- diff --git a/testsuite/macros.m4 b/testsuite/macros.m4 index 28fbb1d2..d5bcce7e 100644 --- a/testsuite/macros.m4 +++ b/testsuite/macros.m4 @@ -23,5 +23,4 @@ m4_define(`H', `m4_ifelse(`$#',1, `decode_hex($1, $2)')')m4_dnl m4_define(`MEMEQ', `(!memcmp ($2, $3, $1))')m4_dnl m4_define(`FAIL', `abort()')m4_dnl - - +m4_define(`SKIP', `exit(77)')m4_dnl