Added RegistrarThreadManagerTest to the build

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1334 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2002-10-01 07:37:16 +00:00
parent d030216df5
commit aaa3ba11ce
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SubDir OBOS_TOP src tests kits app ;
UsePrivateHeaders app ;
# Let Jam know where to find some of our source files
SEARCH_SOURCE += [ FDirName $(SUBDIR) bapplication ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ;
@ -89,6 +91,9 @@ CommonTestLib libapptest.so
GetAppListTester.cpp
IsRunningTester.cpp
TeamForTester.cpp
# RegistrarThreadManager
RegistrarThreadManagerTest.cpp
# common
AppRunner.cpp