From aaa3ba11ce2c8050cccb71e751f8e23d4c33c69e Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Tue, 1 Oct 2002 07:37:16 +0000 Subject: [PATCH] Added RegistrarThreadManagerTest to the build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1334 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/app/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tests/kits/app/Jamfile b/src/tests/kits/app/Jamfile index ec38454b54..5af7b669cc 100644 --- a/src/tests/kits/app/Jamfile +++ b/src/tests/kits/app/Jamfile @@ -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