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

Remove hardcoded build patch from test script #1938

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Remove hardcoded build patch from test script

    If a user has passed a custom build path to cmake, and then calls for
    example `ninja -C <custom_build_path> run_tests`, the script
    test_acvp_vectors.py fails due to having "build" harcoded in the calls.
    
    Instead, let's use `helpers.get_current_build_dir_name()` to get the build
    path and use that instead. This is already done in other scripts (e.g.,
    test_binary.py)
    
    Signed-off-by: Iyán Méndez Veiga <me@iyanmv.com>
    iyanmv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    04d9daf View commit details
    Browse the repository at this point in the history