From ab95d761d85771ae887da3ee069657ff5eac651c Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sun, 11 Aug 2002 02:08:24 +0000 Subject: [PATCH] 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 --- .../add-ons/translators/bmptranslator/Jamfile | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/src/tests/add-ons/translators/bmptranslator/Jamfile b/src/tests/add-ons/translators/bmptranslator/Jamfile index dad94da733..5f2c2b005d 100644 --- a/src/tests/add-ons/translators/bmptranslator/Jamfile +++ b/src/tests/add-ons/translators/bmptranslator/Jamfile @@ -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 = resources ; -# MakeLocate $(resdir) : [ on UnitTester return $(LOCATE[1]) ] ; -# RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ; -# DEPENDS libstoragetest.so : $(resdir) ; -#} -