Added a way to test the server under R5 with regular apps. First app: Clock
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -129,3 +129,4 @@ SubInclude OBOS_TOP src tests servers app playground ;
|
|||||||
SubInclude OBOS_TOP src tests servers app resize_limits ;
|
SubInclude OBOS_TOP src tests servers app resize_limits ;
|
||||||
SubInclude OBOS_TOP src tests servers app scrolling ;
|
SubInclude OBOS_TOP src tests servers app scrolling ;
|
||||||
SubInclude OBOS_TOP src tests servers app textview ;
|
SubInclude OBOS_TOP src tests servers app textview ;
|
||||||
|
SubInclude OBOS_TOP src tests servers app regularapps ;
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
SubDir OBOS_TOP src tests servers app regularapps ;
|
||||||
|
|
||||||
|
local clockDir = [ FDirName $(OBOS_TOP) src apps clock ] ;
|
||||||
|
|
||||||
|
UseHeaders [ FDirName $(clockDir) ] ;
|
||||||
|
|
||||||
|
SEARCH_SOURCE += $(clockDir) [ FDirName $(clockDir) ] ;
|
||||||
|
|
||||||
|
# No need to define any of those targets, when building for haiku
|
||||||
|
if $(TARGET_PLATFORM) != haiku {
|
||||||
|
|
||||||
|
SimpleTest TestApp_Clock :
|
||||||
|
cl_view.cpp
|
||||||
|
cl_wind.cpp
|
||||||
|
clock.cpp
|
||||||
|
: libopenbeos.so
|
||||||
|
: Clock.rdef
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
} # if $(TARGET_PLATFORM) != haiku
|
||||||
Reference in New Issue
Block a user