1 //------------------------------------------------------------------------------
4 //------------------------------------------------------------------------------
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
14 // Project Includes ------------------------------------------------------------
16 // Local Includes --------------------------------------------------------------
17 #include "../common.h"
19 // Local Defines ---------------------------------------------------------------
21 // Globals ---------------------------------------------------------------------
23 class TLockLooperTest
: public TestCase
27 TLockLooperTest(std::string name
) : TestCase(name
) {;}