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:
Axel Dörfler
2003-09-11 18:17:09 +00:00
parent 8c7387275b
commit 9a7a3f03c1
+2 -3
View File
@@ -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