From: Peter Rosin Date: Wed, 4 Jan 2012 18:46:29 +0000 (+0100) Subject: test defs: skip all tests when the lib requirement isn't fulfilled X-Git-Tag: v1.11b~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2365d0885a174f2443c8a3306a7a943a374be4c7;p=platform%2Fupstream%2Fautomake.git test defs: skip all tests when the lib requirement isn't fulfilled * tests/defs (lib): Use skip_all_ instead of skip_, in order to support TAP-based test scripts. --- diff --git a/tests/defs b/tests/defs index dbf0ff9..835788d 100644 --- a/tests/defs +++ b/tests/defs @@ -774,7 +774,8 @@ do # Attempting to create an empty archive will actually not # create the archive, but lib will output its version. echo "$me: running $AR -out:defstest.lib" - $AR -out:defstest.lib || skip_ "Microsoft \`lib' utility not available" + $AR -out:defstest.lib \ + || skip_all_ "Microsoft \`lib' utility not available" ;; makedepend) echo "$me: running makedepend -f-"