diff --git a/src/tests/kits/app/Jamfile b/src/tests/kits/app/Jamfile index 0e4e9f77f3..4ff6c62db8 100644 --- a/src/tests/kits/app/Jamfile +++ b/src/tests/kits/app/Jamfile @@ -6,6 +6,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ; +SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ; CommonTestLib libapptest.so : AppKitTestAddon.cpp @@ -14,10 +15,8 @@ CommonTestLib libapptest.so ApplicationTest.cpp AppQuitRequestedTester.cpp AppQuitTester.cpp - AppRunner.cpp AppRunTester.cpp BApplicationTester.cpp - PipedAppRunner.cpp # BHandler HandlerTest.cpp @@ -71,7 +70,11 @@ CommonTestLib libapptest.so SMReplyTarget.cpp SMTarget.cpp TargetTester.cpp - + + # common + AppRunner.cpp + PipedAppRunner.cpp + : libopenbeos.so be stdc++.r4 : be stdc++.r4 @@ -84,3 +87,4 @@ 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 common ;