fixed it so that it actually builds the code, but its still not entirely right

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@697 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2002-08-11 02:08:24 +00:00
parent d2ea858781
commit ab95d761d8
@@ -1,28 +1,10 @@
SubDir OBOS_TOP src tests add-ons translators bmptranslator ;
CommonTestLib libbmptranslatortest.so
CommonTestLib libtranslatorstest.so
: BMPTranslatorTestAddOn.cpp
BMPTranslatorTest.cpp
: <$(SOURCE_GRIST)>libtranslation.so be stdc++.r4
: be stdc++.r4
: translation be stdc++.r4
: translation be stdc++.r4
:
: bmptranslator
: translation
;
# To run the tests the libraries must be around.
{
local libdir = [ on UnitTester FDirName $(LOCATE[1]) lib ] ;
MakeLocate <$(SOURCE_GRIST)>libtranslation.so : $(libdir) ;
RelSymLink <$(SOURCE_GRIST)>libtranslation.so : libtranslation.so ;
Includes <$(SOURCE_GRIST)>libtranslation.so
: ;
}
# To run the tests some test files must be around.
#{
# local resdir = <storage!kit!test!files>resources ;
# MakeLocate $(resdir) : [ on UnitTester return $(LOCATE[1]) ] ;
# RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
# DEPENDS libstoragetest.so : $(resdir) ;
#}