I am developing a DLL in C++ and want to perform unit testing of that DLL using the Boost Test Libraries.
I found here that test_runner.exe
can be used.
How to obtain test_runner.exe
?
Are there any ways or locations which does not require to build boost
?
I installed boost 1.47 from BoostPro download page, but there is no test_runner.exe there.
Thanks.