Add clipboard and cursor test stuff
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4da070119b
commit
ce088d7b5c
@ -3,6 +3,8 @@
|
||||
|
||||
// ##### Include headers for your tests here #####
|
||||
#include "bapplication/ApplicationTest.h"
|
||||
#include "bclipboard/ClipboardTest.h"
|
||||
#include "bcursor/CursorTest.h"
|
||||
#include "bhandler/HandlerTest.h"
|
||||
#include "blooper/LooperTest.h"
|
||||
#include "bmessagequeue/MessageQueueTest.h"
|
||||
@ -17,6 +19,8 @@ BTestSuite* getTestSuite() {
|
||||
|
||||
// ##### Add test suites here #####
|
||||
suite->addTest("BApplication", ApplicationTestSuite());
|
||||
suite->addTest("BClipboard", ClipboardTestSuite());
|
||||
suite->addTest("BCursor", CursorTestSuite());
|
||||
suite->addTest("BHandler", HandlerTestSuite());
|
||||
suite->addTest("BLooper", LooperTestSuite());
|
||||
suite->addTest("BMessageQueue", MessageQueueTestSuite());
|
||||
|
Loading…
Reference in New Issue
Block a user