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

meson: Some minor fixes/enhancements #270

Merged
merged 4 commits into from
Jan 4, 2024

Commits on Jan 3, 2024

  1. meson: Fix duplicate subdir() when both fuzzer and unit tests are ena…

    …bled
    
    This commit fixes "ERROR: Tried to enter directory "src/tests/cptests/", which has already been visited."
    when both of unit_tests and fuzzer are enabled.
    
    Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
    mobin-2008 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8290fb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. meson: General visibility fixes/enhancement

    Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
    mobin-2008 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    6bd68a2 View commit details
    Browse the repository at this point in the history
  2. meson: Always check there is real utmpx.h or stub header

    I think it should be checked through build system not through compiler.
    
    Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
    mobin-2008 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d88f998 View commit details
    Browse the repository at this point in the history
  3. meson: Avoid unnecessary copy for loadtests

    Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
    mobin-2008 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    96045ca View commit details
    Browse the repository at this point in the history