moved bin into tests, fixed build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9bace5bbe1
commit
dd703af60a
@ -35,6 +35,7 @@ R5UnitTest UnitTesterHelper
|
||||
|
||||
SubInclude OBOS_TOP src tests add-ons ;
|
||||
SubInclude OBOS_TOP src tests apps ;
|
||||
SubInclude OBOS_TOP src tests bin ;
|
||||
SubInclude OBOS_TOP src tests kernel ;
|
||||
SubInclude OBOS_TOP src tests kits ;
|
||||
SubInclude OBOS_TOP src tests servers ;
|
||||
|
@ -1,4 +1,3 @@
|
||||
SubDir OBOS_TOP src tests apps ;
|
||||
|
||||
SubInclude OBOS_TOP src tests apps bin ;
|
||||
SubInclude OBOS_TOP src tests apps miniterminal ;
|
||||
SubInclude OBOS_TOP src tests apps miniterminal ;
|
||||
|
@ -1,3 +0,0 @@
|
||||
SubDir OBOS_TOP src tests apps bin ;
|
||||
|
||||
SubInclude OBOS_TOP src tests apps bin makeudfimage ;
|
3
src/tests/bin/Jamfile
Normal file
3
src/tests/bin/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
SubDir OBOS_TOP src tests bin ;
|
||||
|
||||
SubInclude OBOS_TOP src tests bin makeudfimage ;
|
@ -1,8 +1,8 @@
|
||||
SubDir OBOS_TOP src tests apps bin makeudfimage ;
|
||||
SubDir OBOS_TOP src tests bin makeudfimage ;
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.h
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) src apps bin makeudfimage ] ;
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) src bin makeudfimage ] ;
|
||||
|
||||
TestLib libmakeudfimagetest.so
|
||||
: MakeudfimageTestAddon.cpp
|
||||
@ -25,6 +25,6 @@ TestLib libmakeudfimagetest.so
|
||||
;
|
||||
|
||||
SEARCH on [ FGristFiles Allocator.cpp PhysicalPartitionAllocator.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src apps bin makeudfimage ] ;
|
||||
= [ FDirName $(OBOS_TOP) src bin makeudfimage ] ;
|
||||
SEARCH on [ FGristFiles UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp ] #DString.cpp UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
Loading…
Reference in New Issue
Block a user