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 "bmessenger/MessengerTest.h"
|
||||
#include "bpropertyinfo/PropertyInfoTest.h"
|
||||
#include "broster/RosterTest.h"
|
||||
|
||||
BTestSuite* getTestSuite() {
|
||||
BTestSuite *suite = new BTestSuite("App");
|
||||
@@ -19,6 +20,7 @@ BTestSuite* getTestSuite() {
|
||||
suite->addTest("BMessageQueue", MessageQueueTestSuite());
|
||||
suite->addTest("BMessenger", MessengerTestSuite());
|
||||
suite->addTest("BPropertyInfo", PropertyInfoTestSuite());
|
||||
suite->addTest("BRoster", RosterTestSuite());
|
||||
|
||||
return suite;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpropertyinfo ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) broster ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ;
|
||||
|
||||
CommonTestLib libapptest.so
|
||||
@@ -75,7 +76,11 @@ CommonTestLib libapptest.so
|
||||
# BPropertyInfo
|
||||
PropertyConstructionTest1.cpp
|
||||
PropertyInfoTest.cpp
|
||||
|
||||
|
||||
# BRoster
|
||||
RosterTest.cpp
|
||||
IsRunningTester.cpp
|
||||
|
||||
# common
|
||||
AppRunner.cpp
|
||||
PipedAppRunner.cpp
|
||||
|
||||
Reference in New Issue
Block a user