unitests: fix the symlink to the resources directory

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Kostadin Damyanov
2016-01-27 19:44:03 -05:00
committed by Augustin Cavalier
parent 3e08f21606
commit 00bb5b5957
+2 -2
View File
@@ -30,9 +30,9 @@ UnitTestLib libstoragetest.so
# 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) ;
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] : false ;
RelSymLink $(resdir) : [ FDirName $(HAIKU_TOP) src tests kits storage resources ] : false ;
Depends libstoragetest.so : $(resdir) ;
}