PrincetonUniversity / ILAng

A Modeling and Verification Platform for SoCs using ILAs
https://bo-yuan-huang.gitbook.io/ilang/
MIT License
75 stars 18 forks source link

Clean-up temporary files after unit tests #173

Closed Bo-Yuan-Huang closed 4 years ago

Bo-Yuan-Huang commented 4 years ago

Describe your feature request. Clean-up temporary files generated in unit tests.

Describe the solution you'd like Each test handle its own generated files.

Additional context N/A

Bo-Yuan-Huang commented 4 years ago

See std::filesystem for remove_all.