`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:
Ingo Weinhold 2002-11-15 21:00:28 +00:00
parent f788b9354b
commit f0261ccddf

View File

@ -28,8 +28,14 @@ CommonTestLib libstoragetest.so
# To run the tests some test files must be around.
{
# OBOS
local resdir = <storage!kit!test!files>resources ;
MakeLocate $(resdir) : [ on UnitTesterHelper return $(LOCATE[1]) ] ;
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
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) ;
}