The build team apparently forgot to add the servers tests to the build. Lazy bastards! ;-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@381 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-21 22:51:13 +00:00
parent 64c088d0d8
commit 70da77794e
5 changed files with 21 additions and 0 deletions

View File

@ -18,3 +18,4 @@ UnitTest UnitTester
SubInclude OBOS_TOP src tests add-ons ;
SubInclude OBOS_TOP src tests kits ;
SubInclude OBOS_TOP src tests servers ;

View File

@ -0,0 +1,4 @@
SubDir OBOS_TOP src tests servers ;
SubInclude OBOS_TOP src tests servers input ;
SubInclude OBOS_TOP src tests servers registrar ;

View File

@ -0,0 +1,4 @@
SubDir OBOS_TOP src tests servers input ;
SubInclude OBOS_TOP src tests servers input msgspy ;
SubInclude OBOS_TOP src tests servers input portspy ;

View File

@ -0,0 +1,5 @@
SubDir OBOS_TOP src tests servers input msgspy ;
Addon MsgSpy : input_server filters : MsgSpy.cpp ;
LinkSharedOSLibs MsgSpy : be /system/servers/input_server ;

View File

@ -0,0 +1,7 @@
SubDir OBOS_TOP src tests servers input portspy ;
SimpleTest PortSpy
: PortSpy.cpp
:
;