Hi Everyone,
I want to change the SmartPtr test project to use a unit testing library instead of just assert macros. Assertions only work in debug builds, and do not provide the type of output I want.
I intend to use the C++ Unit Test project located at: http://sourceforge.net/projects/cppunittest/
I wrote that unit test project myself because other unit test mechanism did not provide the capabilities I wanted, or did not have the robustness I required.
Please let me know your thoughts on this matter.
Sincerely,
Rich