Pills - 2004-10-14

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