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

Specify path of weighted_matching.dat via Jamfile #427

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

Conversation

jorisvr
Copy link
Contributor

@jorisvr jorisvr commented Apr 5, 2025

Test weighted_matching_test.cpp currently expects its input file weighted_matching.dat in the current working directory. As a result, testing fails when invoked via b2 from another working directory.

In previous releases, weighted_matching_test.cpp would silently skip all tests when it failed to open its input file. I "fixed" this in commit f98edae , thus causing the issue.

This commit fixes the issue by specifying the path of weighted_matching.dat via the Jamfile.

Fixes: #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build graph lib failed to run weighted_matching_test2.exe on Windows with MSVC
1 participant