CppUnit for unit-testing executable files?
Posted
by
hagubear
on Programmers
See other posts from Programmers
or by hagubear
Published on 2013-06-25T06:38:17Z
Indexed on
2013/06/25
10:28 UTC
Read the original article
Hit count: 253
unit-testing
I am not sure if anyone has done it. I am trying to do something that is in general, uncommon i.e. unit-testing executable (Windows) or ELFs (Linux). I know that CppUnit provides a good unit testing facility, but I have never used it for unit-testing (used UnitTest++). I hear rumours that you can unit-test executables too. Does anyone have the experience in this?
A relevant post regarding the philosophy of it was here
© Programmers or respective owner