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

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

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