From 138faba8685e33c3eb18c4263653c2031e78b0fa Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Thu, 12 Dec 2002 01:17:51 +0000 Subject: [PATCH] added TranslationUtils test and resource file (though, I don't have the XRes command working correctly yet) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2228 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/translation/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/tests/kits/translation/Jamfile b/src/tests/kits/translation/Jamfile index 90552bfc6e..5caf6f42d4 100644 --- a/src/tests/kits/translation/Jamfile +++ b/src/tests/kits/translation/Jamfile @@ -4,8 +4,11 @@ CommonTestLib libtranslationtest.so : TranslationKitTestAddon.cpp TranslatorRosterTest.cpp BitmapStreamTest.cpp + TranslationUtilsTest.cpp : libtranslation.so be stdc++.r4 : translation be stdc++.r4 : : translation -; \ No newline at end of file +; + +XRes libtranslationtest.so : test_translation.rsrc ;