While "BuildPlatformTest" doesn't define OBOS_TEST, "ObjectDefines" doesn't
seem to work in combination with "SimpleTest". As I am too lazy to figure out what's causing this, I hope for Ingo :-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8c7387275b
commit
9a7a3f03c1
@ -13,8 +13,7 @@ ObjectDefines
|
||||
stdio.cpp
|
||||
RootFileSystem.cpp
|
||||
:
|
||||
malloc=boot_malloc free=boot_free
|
||||
read_pos=boot_read_pos close=boot_close
|
||||
malloc=boot_malloc free=boot_free read_pos=boot_read_pos close=boot_close
|
||||
;
|
||||
|
||||
# This lets the correct stdio.h header be available
|
||||
@ -27,7 +26,7 @@ if $(OS) = "LINUX" {
|
||||
SubDirC++Flags -DHAVE_READ_POS=1 ;
|
||||
}
|
||||
|
||||
SimpleTest BootLoaderTest :
|
||||
BuildPlatformTest BootLoaderTest :
|
||||
platform_start.cpp
|
||||
#platform_console.cpp
|
||||
platform_debug.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user