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

Clean up files after doing make test #1201

Open
ejtovar opened this issue May 29, 2020 · 0 comments
Open

Clean up files after doing make test #1201

ejtovar opened this issue May 29, 2020 · 0 comments

Comments

@ejtovar
Copy link
Collaborator

ejtovar commented May 29, 2020

When running the Proteus tests via make test, there are a lot of mesh (and other) files that are created during this process. All these files clutter the Proteus directory in my opinion. It would be nice if we could clean up these files after the tests have been completed. There are two options we could do:

  1. Have each specific test file clean up its own created files
  2. Add a make clean option to the Makefile that removes the files in one fell swoop

What do you think @zhang-alvin @cekees?

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

No branches or pull requests

1 participant