Added BRoster::Launch() tests to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-10-04 17:55:21 +00:00
parent cc24797b03
commit 741b40bec0
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,8 @@ CommonTestLib libapptest.so
GetAppInfoTester.cpp
GetAppListTester.cpp
IsRunningTester.cpp
LaunchTester.cpp
LaunchTesterHelper.cpp
TeamForTester.cpp
# RegistrarThreadManager
@ -111,4 +113,5 @@ SubInclude OBOS_TOP src tests kits app bapplication ;
#SubInclude OBOS_TOP src tests kits app blooper ;
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
SubInclude OBOS_TOP src tests kits app bmessenger ;
SubInclude OBOS_TOP src tests kits app broster ;
SubInclude OBOS_TOP src tests kits app common ;