From 741b40bec0330e2a2e70c8daf0a416472613e0de Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 4 Oct 2002 17:55:21 +0000 Subject: [PATCH] Added BRoster::Launch() tests to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1368 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/app/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/kits/app/Jamfile b/src/tests/kits/app/Jamfile index 5af7b669cc..fa80182434 100644 --- a/src/tests/kits/app/Jamfile +++ b/src/tests/kits/app/Jamfile @@ -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 ;