+ Started migrating Support Kit to new testing framework

+ Migrated BLocker tests.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@301 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-18 05:32:00 +00:00
parent 24b5aaa2fe
commit 9285de5124
26 changed files with 536 additions and 379 deletions
+1 -4
View File
@@ -3,13 +3,10 @@
#include <cppunit/Exception.h>
#include <cppunit/TestResult.h>
#include <kernel/OS.h>
#include <OS.h>
#include <signal.h>
#include <string>
//class ThreadedTestCase;
class CppUnit::TestResult;
// Pointer to a function that takes no parameters and
// returns no result. All threads must be implemented
// in a function of this type.