-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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:
- Have each specific test file clean up its own created files
- Add a
make cleanoption to the Makefile that removes the files in one fell swoop
What do you think @zhang-alvin @cekees?