2002-07-10 01:43:03 +04:00
|
|
|
SubDir OBOS_TOP src tests kits app ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2002-07-19 18:08:36 +04:00
|
|
|
# Let Jam know where to find some of our source files
|
2002-07-22 13:28:00 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
2002-07-19 18:08:36 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
|
|
|
|
|
|
|
CommonTestLib libapptest.so
|
|
|
|
: AppKitTestAddon.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
|
|
|
|
RemoveHandlerTest.cpp
|
|
|
|
|
|
|
|
# BMessageQueue
|
|
|
|
MessageQueueTest.cpp
|
|
|
|
AddMessageTest1.cpp
|
|
|
|
AddMessageTest2.cpp
|
|
|
|
ConcurrencyTest1.cpp
|
|
|
|
ConcurrencyTest2.cpp
|
|
|
|
FindMessageTest1.cpp
|
|
|
|
MessageQueueTestCase.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
|
|
|
|
|
|
|
|
: <boot!home!config!lib>libopenbeos.so
|
|
|
|
be stdc++.r4
|
|
|
|
: be stdc++.r4
|
|
|
|
:
|
|
|
|
: app support
|
|
|
|
;
|
|
|
|
|
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 ;
|