Embeddinator-4000/tests/leaktest
Rolf Bjarne Kvinge b75dc6aa62 [tests][leaktest] Use pid-specific control files. (#77)
Use pid-specific control files so multiple leak tests can run in parallel.
2017-04-07 12:24:39 +02:00
..
Program.cs [tests][leaktest] Use pid-specific control files. (#77) 2017-04-07 12:24:39 +02:00
README.md [objc] Add memory leak tests, and fix a few issues those found. (#65) 2017-04-06 15:50:43 +02:00
leaktest.csproj [objc] Add memory leak tests, and fix a few issues those found. (#65) 2017-04-06 15:50:43 +02:00

README.md

This is a small wrapper around the command-line leaks tool that:

  • Sets a few malloc variables before launching the executable that's to be tested.
  • Launches the executable, requests it to wait before exiting (this needs cooperation from the executable), and then launches leaks when the executable is at the end.

It also processes the output from leaks to make it more human readable.