2002-07-10 01:43:03 +04:00
|
|
|
SubDir OBOS_TOP src tests kits app ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2002-10-01 11:37:16 +04:00
|
|
|
UsePrivateHeaders app ;
|
|
|
|
|
2002-07-19 18:08:36 +04:00
|
|
|
# Let Jam know where to find some of our source files
|
2002-07-31 04:36:22 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bapplication ] ;
|
2002-07-22 13:28:00 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
2002-10-09 01:57:22 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagerunner ] ;
|
2002-07-19 18:08:36 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
2002-08-07 09:14:09 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpropertyinfo ] ;
|
2002-08-09 02:06:19 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) broster ] ;
|
2002-10-15 12:11:32 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) broster testapps ] ;
|
2002-08-07 02:14:44 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ;
|
2002-07-19 18:08:36 +04:00
|
|
|
|
|
|
|
CommonTestLib libapptest.so
|
|
|
|
: AppKitTestAddon.cpp
|
|
|
|
|
2002-07-31 04:36:22 +04:00
|
|
|
# BApplication
|
|
|
|
ApplicationTest.cpp
|
2002-08-05 04:37:55 +04:00
|
|
|
AppQuitRequestedTester.cpp
|
|
|
|
AppQuitTester.cpp
|
2002-08-03 20:07:02 +04:00
|
|
|
AppRunTester.cpp
|
2002-07-31 04:36:22 +04:00
|
|
|
BApplicationTester.cpp
|
|
|
|
|
2002-07-22 13:28:00 +04:00
|
|
|
# BHandler
|
|
|
|
HandlerTest.cpp
|
|
|
|
AddFilterTest.cpp
|
|
|
|
BHandlerTester.cpp
|
|
|
|
IsWatchedTest.cpp
|
|
|
|
LockLooperTest.cpp
|
|
|
|
LockLooperTestCommon.cpp
|
|
|
|
LockLooperWithTimeoutTest.cpp
|
|
|
|
HandlerLooperTest.cpp
|
|
|
|
NextHandlerTest.cpp
|
|
|
|
RemoveFilterTest.cpp
|
|
|
|
SetFilterListTest.cpp
|
|
|
|
SetNextHandlerTest.cpp
|
|
|
|
UnlockLooperTest.cpp
|
|
|
|
|
|
|
|
# BLooper
|
|
|
|
LooperTest.cpp
|
|
|
|
AddHandlerTest.cpp
|
|
|
|
CountHandlersTest.cpp
|
|
|
|
HandlerAtTest.cpp
|
|
|
|
IndexOfTest.cpp
|
|
|
|
IsMessageWaitingTest.cpp
|
2002-07-29 01:49:42 +04:00
|
|
|
RemoveHandlerTest.cpp
|
|
|
|
PerformTest.cpp
|
|
|
|
RunTest.cpp
|
2002-07-29 07:08:43 +04:00
|
|
|
LooperForThreadTest.cpp
|
|
|
|
AddCommonFilterTest.cpp
|
2002-07-29 08:09:50 +04:00
|
|
|
RemoveCommonFilterTest.cpp
|
2002-08-04 21:16:56 +04:00
|
|
|
LooperSizeTest.cpp
|
2002-08-22 07:43:06 +04:00
|
|
|
SetCommonFilterListTest.cpp
|
2002-08-25 19:44:28 +04:00
|
|
|
QuitTest.cpp
|
2002-07-22 13:28:00 +04:00
|
|
|
|
|
|
|
# BMessageQueue
|
|
|
|
MessageQueueTest.cpp
|
|
|
|
AddMessageTest1.cpp
|
|
|
|
AddMessageTest2.cpp
|
|
|
|
ConcurrencyTest1.cpp
|
|
|
|
ConcurrencyTest2.cpp
|
|
|
|
FindMessageTest1.cpp
|
|
|
|
MessageQueueTestCase.cpp
|
|
|
|
|
2002-10-09 01:57:22 +04:00
|
|
|
# BMessageRunner
|
|
|
|
MessageRunnerTest.cpp
|
|
|
|
BMessageRunnerTester.cpp
|
2002-10-16 02:24:36 +04:00
|
|
|
BroadcastTester.cpp
|
2002-10-15 01:03:40 +04:00
|
|
|
GetInfoTester.cpp
|
2002-10-09 01:57:22 +04:00
|
|
|
MessageRunnerTestHelpers.cpp
|
|
|
|
SetCountTester.cpp
|
|
|
|
SetIntervalTester.cpp
|
|
|
|
|
2002-07-19 18:08:36 +04:00
|
|
|
# BMessenger
|
|
|
|
MessengerTest.cpp
|
|
|
|
BMessengerTester.cpp
|
|
|
|
LockTargetTester.cpp
|
2002-07-19 21:07:36 +04:00
|
|
|
LockTargetWithTimeoutTester.cpp
|
|
|
|
MessengerAssignmentTester.cpp
|
|
|
|
MessengerComparissonTester.cpp
|
2002-07-21 05:02:17 +04:00
|
|
|
SendMessageTester.cpp
|
|
|
|
SMInvoker.cpp
|
|
|
|
SMLooper.cpp
|
|
|
|
SMReplyTarget.cpp
|
|
|
|
SMTarget.cpp
|
2002-07-19 18:08:36 +04:00
|
|
|
TargetTester.cpp
|
2002-08-07 02:14:44 +04:00
|
|
|
|
2002-08-07 09:14:09 +04:00
|
|
|
# BPropertyInfo
|
2002-08-18 07:45:43 +04:00
|
|
|
PropertyTestcase.cpp
|
|
|
|
PropertyConstructionTest.cpp
|
|
|
|
PropertyFindMatchTest.cpp
|
|
|
|
PropertyFlattenTest.cpp
|
2002-08-07 09:14:09 +04:00
|
|
|
PropertyInfoTest.cpp
|
2002-08-09 02:06:19 +04:00
|
|
|
|
|
|
|
# BRoster
|
|
|
|
RosterTest.cpp
|
2002-09-18 01:22:18 +04:00
|
|
|
FindAppTester.cpp
|
2002-08-10 03:27:48 +04:00
|
|
|
GetAppInfoTester.cpp
|
|
|
|
GetAppListTester.cpp
|
2002-10-15 12:11:32 +04:00
|
|
|
GetRecentTester.cpp
|
2002-08-09 02:06:19 +04:00
|
|
|
IsRunningTester.cpp
|
2002-10-04 21:55:21 +04:00
|
|
|
LaunchTester.cpp
|
|
|
|
LaunchTesterHelper.cpp
|
2002-10-15 12:11:32 +04:00
|
|
|
RecentAppsTestApp.cpp
|
2002-08-10 03:27:48 +04:00
|
|
|
TeamForTester.cpp
|
2002-10-01 11:37:16 +04:00
|
|
|
|
|
|
|
# RegistrarThreadManager
|
|
|
|
RegistrarThreadManagerTest.cpp
|
2002-08-09 02:06:19 +04:00
|
|
|
|
2002-08-07 02:14:44 +04:00
|
|
|
# common
|
|
|
|
AppRunner.cpp
|
|
|
|
PipedAppRunner.cpp
|
|
|
|
|
2002-07-19 18:08:36 +04:00
|
|
|
: <boot!home!config!lib>libopenbeos.so
|
|
|
|
be stdc++.r4
|
|
|
|
: be stdc++.r4
|
|
|
|
:
|
|
|
|
: app support
|
|
|
|
;
|
|
|
|
|
2002-07-31 04:36:22 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app bapplication ;
|
2002-07-22 13:28:00 +04:00
|
|
|
#SubInclude OBOS_TOP src tests kits app bhandler ;
|
|
|
|
#SubInclude OBOS_TOP src tests kits app blooper ;
|
2002-07-10 01:43:03 +04:00
|
|
|
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
2002-07-22 13:48:07 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app bmessenger ;
|
2002-10-04 21:55:21 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app broster ;
|
2002-08-07 02:14:44 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app common ;
|