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

New tests in test_acvp_vectors.py fail when using custom build path #1937

Closed
iyanmv opened this issue Sep 26, 2024 · 0 comments · Fixed by #1938
Closed

New tests in test_acvp_vectors.py fail when using custom build path #1937

iyanmv opened this issue Sep 26, 2024 · 0 comments · Fixed by #1938

Comments

@iyanmv
Copy link
Member

iyanmv commented Sep 26, 2024

Describe the bug
When passing to cmake a custom build path (e.g. cmake -G Ninja -B build -S liboqs-0.11.0-rc1), the tests in new script test_acvp_vectors.py fail due to FileNotFoundError exceptions. This is because build is harcoded in the calls to helpers.run_subprocess().

To Reproduce
Steps to reproduce the behavior:

  1. Build with custom build path
  2. Run ninja -C <custom_build_path> run_tests

Expected behavior
All tests should pass

Environment (please complete the following information):

  • OS: Arch Linux
  • OpenSSL version: 3.3.2
  • Compiler version used: GCC 14.2.1
  • Build variables used: Like here plus the new variables to enable stateful hash-based signatures.
  • liboqs version: 0.11.0-rc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant