Skip to content

Conversation

@dbrody
Copy link

@dbrody dbrody commented Jun 5, 2014

When building including the CppUTest memory detection headers it overrides some memory functions resulting in errors when the library is then included in applications. This was demonstrated trying to previous building the sample application using make sample.

This merge includes a make toggle to enable/disable memory lead detection when building.
To build and run tests: make clean && make BUILD=test
To build for application use: make clean && make
To build and run sample application: make clean && make sample

This merge also adds interrupt handling to the sample application to properly exit.

David added 2 commits June 5, 2014 21:32
…ion on building. test useful for full tests, prod useful for running sample and applications.
@dbrody
Copy link
Author

dbrody commented Jun 5, 2014

One thing that may be missing is forcing Travis CI to build with the memory leak detection enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants