unitests: fix the symlink to the resources directory
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
3e08f21606
commit
00bb5b5957
@@ -30,9 +30,9 @@ UnitTestLib libstoragetest.so
|
|||||||
|
|
||||||
# To run the tests some test files must be around.
|
# To run the tests some test files must be around.
|
||||||
{
|
{
|
||||||
local resdir = <storage!kit!test!files>resources ;
|
local resdir = <src!tests!kits!storage>resources ;
|
||||||
MakeLocate $(resdir) : $(TARGET_UNIT_TEST_DIR) ;
|
MakeLocate $(resdir) : $(TARGET_UNIT_TEST_DIR) ;
|
||||||
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] : false ;
|
RelSymLink $(resdir) : [ FDirName $(HAIKU_TOP) src tests kits storage resources ] : false ;
|
||||||
Depends libstoragetest.so : $(resdir) ;
|
Depends libstoragetest.so : $(resdir) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user