From fa883a5924ed032d012fa8be2de8f972212208e0 Mon Sep 17 00:00:00 2001 From: matzon Date: Tue, 13 Aug 2002 14:34:26 +0000 Subject: [PATCH] fixed: made jamfile actually build the relevant stuff git-svn-id: file:///srv/svn/repos/haiku/trunk/current@740 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/translation/Jamfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/tests/kits/translation/Jamfile b/src/tests/kits/translation/Jamfile index ccbfe97fb3..f3890fb68b 100644 --- a/src/tests/kits/translation/Jamfile +++ b/src/tests/kits/translation/Jamfile @@ -1,10 +1,10 @@ SubDir OBOS_TOP src tests kits translation ; -SimpleTest BitmapStreamTest : BitmapStreamTest.cpp - : libtranslation.so be ; - -SimpleTest TranslatorRosterTest : TranslatorRosterTest.cpp - : libtranslation.so be ; - -SubInclude OBOS_TOP src tests kits translation multitest ; - +CommonTestLib libtranslationtest.so + : TranslationKitTestAddon.cpp + TranslatorRosterTest.cpp + : libtranslation.so be stdc++.r4 + : translation be stdc++.r4 + : + : translation +; \ No newline at end of file