Fixed compilation of some BFS tests, caused by the move from befs/ to bfs/.
I will eventually move the tests to the bfs directory as well later. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@708 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SubDir OBOS_TOP src tests add-ons kernel file_systems befs array ;
|
||||
|
||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems befs ;
|
||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
||||
|
||||
{
|
||||
local defines = [ FDefines USER DEBUG ] ; # _NO_INLINE_ASM
|
||||
@@ -20,5 +20,5 @@ SimpleTest smallArrayTest
|
||||
|
||||
# Tell Jam where to find these sources
|
||||
SEARCH on [ FGristFiles Utility.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems befs ] ;
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SubDir OBOS_TOP src tests add-ons kernel file_systems befs btree ;
|
||||
|
||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems befs ;
|
||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
||||
|
||||
rule FPreIncludes { return -include\ $(1:D=$(SUBDIR)) ; }
|
||||
|
||||
@@ -22,4 +22,4 @@ SimpleTest btreeTest
|
||||
|
||||
# Tell Jam where to find these sources
|
||||
SEARCH on [ FGristFiles BPlusTree.cpp Utility.cpp Debug.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems befs ] ;
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
||||
|
||||
Reference in New Issue
Block a user