Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test cases/linuxlike/14 static dynamic linkage: Add matrix by static #13842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. test cases/linuxlike/14 static dynamic linkage: Add matrix by static

    Not only Solaris doesn't ship static libraries, it's common practice for
    Linux distributions in general (security updates, size/space, etc.).
    See, for example 'test cases/frameworks/1 boost'.
    
    Enhancements:
    
      * Added flexibility: Introduced the SKIP_STATIC_ZLIB environment
        variable to optionally skip static linkage (similar to SKIP_STATIC_BOOST).
      * Expanded testing: Included testing for dynamic linkage, which was previously
        limited to static in verify_static.py (renamed to verify_zlib_linkage.py).
      * Improved test coverage: Ensured that each case is tested for
        its specific linkage type and the opposite case fails.
      * Addressed Cygwin issue: Ensured that the corresponding symbol is
        present on Cygwin.
    
    Renames, comments, etc.
    dememax committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    edabf58 View commit details
    Browse the repository at this point in the history