You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 clean option to the Makefile that removes the files in one fell swoop
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:make clean
option to the Makefile that removes the files in one fell swoopWhat do you think @zhang-alvin @cekees?
The text was updated successfully, but these errors were encountered: