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:
@@ -13,8 +13,7 @@ ObjectDefines
|
|||||||
stdio.cpp
|
stdio.cpp
|
||||||
RootFileSystem.cpp
|
RootFileSystem.cpp
|
||||||
:
|
:
|
||||||
malloc=boot_malloc free=boot_free
|
malloc=boot_malloc free=boot_free read_pos=boot_read_pos close=boot_close
|
||||||
read_pos=boot_read_pos close=boot_close
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# This lets the correct stdio.h header be available
|
# This lets the correct stdio.h header be available
|
||||||
@@ -27,7 +26,7 @@ if $(OS) = "LINUX" {
|
|||||||
SubDirC++Flags -DHAVE_READ_POS=1 ;
|
SubDirC++Flags -DHAVE_READ_POS=1 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
SimpleTest BootLoaderTest :
|
BuildPlatformTest BootLoaderTest :
|
||||||
platform_start.cpp
|
platform_start.cpp
|
||||||
#platform_console.cpp
|
#platform_console.cpp
|
||||||
platform_debug.cpp
|
platform_debug.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user