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:
Ingo Weinhold
2002-08-08 22:06:19 +00:00
parent 28d519fe4e
commit 09c9c0c147
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -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;
}
+6 -1
View File
@@ -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