// can't get this to work because the SHATumbler is not accessable from the dll #include #include #include #include using namespace ost; class SHATumblerTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(SHATumblerTest); CPPUNIT_TEST(test); CPPUNIT_TEST_SUITE_END(); protected: public: void test() { SHATumbler tumbler(1); } };