+ 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:
@@ -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.
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#include <TestShell.h>
|
||||
#include <ThreadManager.h>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
|
||||
class TestResult;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _beos_threaded_test_case_h_
|
||||
|
||||
#include <Locker.h>
|
||||
#include <kernel/OS.h>
|
||||
#include <OS.h>
|
||||
#include <TestCase.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user