PRUNERS / FLiT

A project to quickly detect discrepancies in floating point computation across hardware, compilers, libraries and software.
Other
36 stars 6 forks source link

Move `FileCloser` and `FdReplace` to FLiT #203

Open mikebentley15 opened 6 years ago

mikebentley15 commented 6 years ago

In LULESH, some helper RAII classes were created that I think would be good helper classes within FLiT. These can be added as utility classes when creating your own tests. As such, it should be added to the documentation since they are intended to aid the developer with writing tests.