Show
Ignore:
Timestamp:
04/06/07 11:56:07 (6 years ago)
Author:
DrewCormier
Message:

added empty shell

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/SymbolSyncPoly/autotest_sources/SymbolSyncPoly_testsuite.h

    r3331 r3333  
     1#ifndef __SYMBOLSYNCPOLYDSPTEST_H 
     2#define __SYMBOLSYNCPOLYDSPTEST_H 
     3 
     4#include <cxxtest/TestSuite.h> 
     5#include "../SymbolSyncPolyDSP.h" 
     6 
     7 
     8// 
     9// A simple test suite: Just inherit CxxTest::TestSuite and write tests! 
     10// 
     11 
     12class SymbolSyncPoly_testsuite: public CxxTest::TestSuite 
     13{ 
     14public: 
     15 
     16    void testBasicSynchronization() { 
     17         
     18    } 
     19 
     20 
     21}; 
     22 
     23#endif