1 //------------------------------------------------------------------------------ 2 // AppKitTestStub.cpp 3 // 4 //------------------------------------------------------------------------------ 5 6 // Standard Includes ----------------------------------------------------------- 7 8 // System Includes ------------------------------------------------------------- 9 10 // Project Includes ------------------------------------------------------------ 11 #include <TestSuite.h> 12 #include <TestSuiteAddon.h> 13 14 // Local Includes -------------------------------------------------------------- 15 16 // Local Defines --------------------------------------------------------------- 17 18 // Globals --------------------------------------------------------------------- 19 20 21 extern BTestSuite* getTestSuite2(); 22 23 BTestSuite* getTestSuite() { 24 return getTestSuite2(); 25 } 26 27 /* 28 * $Log $ 29 * 30 * $Id $ 31 * 32 */ 33 34