Without having any way to "run" a DLL, how would someone go about testing a DLL by itself?
You can use the testpluginrunner for this purpose. It will load the dll and run the test registered in the test registry.
CppUnit need to be build as a shared library for this to work.
Baptiste.
Log in to post a comment.
Without having any way to "run" a DLL, how would someone go about testing a DLL by itself?
You can use the testpluginrunner for this purpose. It will load the dll and run the test registered in the test registry.
CppUnit need to be build as a shared library for this to work.
Baptiste.