Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

hp3D/testsuite/deadlock3.hh
Go to the documentation of this file.
00001 /* testsuite for 3D cells with geometric deadlock
00002  * create space
00003  */
00004 
00005 #ifndef deadlock3_hh
00006 #define deadlock3_hh
00007 
00008 #include "basics/testcase.hh"
00009 
00010 namespace test {
00011 
00016   class DeadLock3 : public TestCase {
00017   public:
00018     virtual ~DeadLock3() {}
00019     virtual void run();
00020 
00022 
00023 
00024     void testSpace();
00026   };
00027 
00028 } // namespace test
00029 
00030 #endif // deadlock3_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)