I have 2 TestClasses (derived from CppUnit::TestCase),called Test1 and Test2 which is added to a project Proj1. I made a dll with these tests - Proj1.dll.
How can I add these tests(using the dll)to a suite created in another class(a driver class)?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have 2 TestClasses (derived from CppUnit::TestCase),called Test1 and Test2 which is added to a project Proj1. I made a dll with these tests - Proj1.dll.
How can I add these tests(using the dll)to a suite created in another class(a driver class)?
Thanks in advance