`resources' subdir containing the test data for BResources and BResourceStrings is now also linked to R5 test dir.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,8 +28,14 @@ CommonTestLib libstoragetest.so
|
|||||||
|
|
||||||
# To run the tests some test files must be around.
|
# To run the tests some test files must be around.
|
||||||
{
|
{
|
||||||
|
# OBOS
|
||||||
local resdir = <storage!kit!test!files>resources ;
|
local resdir = <storage!kit!test!files>resources ;
|
||||||
MakeLocate $(resdir) : [ on UnitTesterHelper return $(LOCATE[1]) ] ;
|
MakeLocate $(resdir) : [ on UnitTesterHelper return $(LOCATE[1]) ] ;
|
||||||
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
|
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
|
||||||
DEPENDS libstoragetest.so : $(resdir) ;
|
DEPENDS libstoragetest.so : $(resdir) ;
|
||||||
|
# R5
|
||||||
|
local resdir_r5 = <storage!kit!test!files!r5>resources ;
|
||||||
|
MakeLocate $(resdir_r5) : [ on UnitTesterHelper_r5 return $(LOCATE[1]) ] ;
|
||||||
|
RelSymLink $(resdir_r5) : [ FDirName $(SUBDIR) resources ] ;
|
||||||
|
DEPENDS libstoragetest_r5.so : $(resdir_r5) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user