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

ensure make clean cleans tests #1738

Merged
merged 4 commits into from
Mar 5, 2020
Merged

ensure make clean cleans tests #1738

merged 4 commits into from
Mar 5, 2020

Conversation

dschwoerer
Copy link
Contributor

Otherwise make clean check does not force a rebuild of the tests,
which can cause confusion, as it hides or causes bugs. (potentially #1665 )

Further as we are printing before cleaning, it should be 'cleaning'
rather then 'cleaned'.

Otherwise `make clean check` does not force a rebuild of the tests,
which can cause confusion, as it hides or causes bugs.
Further as we are printing before cleaning, it should be cleaning
rather then cleaned.
@ZedThree
Copy link
Member

Something else is needed too -- this does now run make clean in tests/integrated, but that appears to be a no-op. Running make clean in an individual test directory does clean it though

@dschwoerer
Copy link
Contributor Author

dschwoerer commented Jan 28, 2020

should be fixed now, but not sure it is needed, if we switch to cmake ...

edit: note you need to run configure for this change to be effective.

Copy link
Member

@ZedThree ZedThree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this all works now, thanks!

@ZedThree ZedThree merged commit 229253f into next Mar 5, 2020
@ZedThree ZedThree deleted the better-cleaning branch March 5, 2020 15:37
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.

None yet

2 participants