From: Ileana Dumitrescu Date: Tue, 7 Jan 2025 15:07:53 +0000 (+0200) Subject: demo.at: Skip test if deplibs_check_method is not pass_all X-Git-Tag: v2.6.0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37c07d2ed01566e2399e9d4f17aabb74af0a919c;p=thirdparty%2Flibtool.git demo.at: Skip test if deplibs_check_method is not pass_all The test 'deplibs_check_method' was designed to verify pass_all works as expected. Many warnings occur for systems that do not have deplibs_check_method set to pass_all, so this test is skipped on those. * tests/demo.at: Add check for deplibs_check_method=pass_all. --- diff --git a/tests/demo.at b/tests/demo.at index 0fff438a2..036e434e7 100644 --- a/tests/demo.at +++ b/tests/demo.at @@ -434,6 +434,9 @@ AT_CLEANUP AT_SETUP([deplibs_check_method]) +# Skip test if deplibs_check_method is not pass_all +AT_CHECK([$LIBTOOL --config | $EGREP '^deplibs_check_method="pass_all' || exit 77], [], [ignore], [ignore]) + _LT_DEMO_SETUP AT_DATA([demo.mk],