Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hardcoded build patch from test script (#1938)
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 <[email protected]>
- Loading branch information