How to integrate Purify into Hudson CI?
- by Martin
Hello everybody!
I have a Hudson CI system set up and for the moment it is used for building a project and running some unit tests. My next step is to integrate the memory leak detector Purify into the build cycle.
Now I want to start the unit tests also inside purify and for this I have created a new batch task which runs following command:
…