Added BRoster::IsRunning() test cases.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@660 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include "bmessagequeue/MessageQueueTest.h"
|
#include "bmessagequeue/MessageQueueTest.h"
|
||||||
#include "bmessenger/MessengerTest.h"
|
#include "bmessenger/MessengerTest.h"
|
||||||
#include "bpropertyinfo/PropertyInfoTest.h"
|
#include "bpropertyinfo/PropertyInfoTest.h"
|
||||||
|
#include "broster/RosterTest.h"
|
||||||
|
|
||||||
BTestSuite* getTestSuite() {
|
BTestSuite* getTestSuite() {
|
||||||
BTestSuite *suite = new BTestSuite("App");
|
BTestSuite *suite = new BTestSuite("App");
|
||||||
@@ -19,6 +20,7 @@ BTestSuite* getTestSuite() {
|
|||||||
suite->addTest("BMessageQueue", MessageQueueTestSuite());
|
suite->addTest("BMessageQueue", MessageQueueTestSuite());
|
||||||
suite->addTest("BMessenger", MessengerTestSuite());
|
suite->addTest("BMessenger", MessengerTestSuite());
|
||||||
suite->addTest("BPropertyInfo", PropertyInfoTestSuite());
|
suite->addTest("BPropertyInfo", PropertyInfoTestSuite());
|
||||||
|
suite->addTest("BRoster", RosterTestSuite());
|
||||||
|
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
|||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpropertyinfo ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpropertyinfo ] ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) broster ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ;
|
||||||
|
|
||||||
CommonTestLib libapptest.so
|
CommonTestLib libapptest.so
|
||||||
@@ -75,7 +76,11 @@ CommonTestLib libapptest.so
|
|||||||
# BPropertyInfo
|
# BPropertyInfo
|
||||||
PropertyConstructionTest1.cpp
|
PropertyConstructionTest1.cpp
|
||||||
PropertyInfoTest.cpp
|
PropertyInfoTest.cpp
|
||||||
|
|
||||||
|
# BRoster
|
||||||
|
RosterTest.cpp
|
||||||
|
IsRunningTester.cpp
|
||||||
|
|
||||||
# common
|
# common
|
||||||
AppRunner.cpp
|
AppRunner.cpp
|
||||||
PipedAppRunner.cpp
|
PipedAppRunner.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user