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

Fix v1 tests after v2 became the default #450

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

Conversation

jgreitemann
Copy link
Contributor

As of 2ccd97c, v2 is the default when using the unversioned includes. While working on #449, I noticed that this broke the v1 tests which were still using them.

I'm not sure what the plan is for the v1 tests. I've seen that they have been disabled in the Jamfile

# alias v1-tests : v1//bare v1//with-valgrind v1//without-valgrind ;
alias v2-tests : v2//standalone v2//with_target ;

so I assume that is intentional? At the same time, the CMake project still includes the v1 subdirectory:
add_subdirectory(v1)
add_subdirectory(v2)

I don't know if the two build systems are manually kept in sync and this was an oversight, or if there's tooling to regenerate the CMake files at some point?

Anyway, I would advocate either reinstating the v1 tests (in which case I hope that this PR saves you some time), or deleting them altogether, including from the CMake file.

As of 2ccd97c, v2 is the default when using the unversioned includes.
This broke the v1 tests which were still using those.
@klemens-morgenstern
Copy link
Collaborator

Thank you!

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.

2 participants