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:
DarkWyrm 2005-08-16 12:43:12 +00:00
parent 5c81a5b9a8
commit 3406dc829e
2 changed files with 22 additions and 0 deletions

View File

@ -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 scrolling ;
SubInclude OBOS_TOP src tests servers app textview ;
SubInclude OBOS_TOP src tests servers app regularapps ;

View File

@ -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