]> git.ipfire.org Git - thirdparty/libtool.git/commit
demo.at: Skip test if deplibs_check_method is not pass_all
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 7 Jan 2025 15:07:53 +0000 (17:07 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 13 Feb 2025 14:57:05 +0000 (16:57 +0200)
commit37c07d2ed01566e2399e9d4f17aabb74af0a919c
tree20ffd65e65c5245e183992a7fdf809b3912651dc
parentea921da8463fa1062dd409f3e2b64fa022a7c14f
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.
tests/demo.at