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:
@@ -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 ;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
SubDir OBOS_TOP src tests servers ;
|
||||
|
||||
SubInclude OBOS_TOP src tests servers input ;
|
||||
SubInclude OBOS_TOP src tests servers registrar ;
|
||||
@@ -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 ;
|
||||
@@ -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 ;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
SubDir OBOS_TOP src tests servers input portspy ;
|
||||
|
||||
SimpleTest PortSpy
|
||||
: PortSpy.cpp
|
||||
:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user