xref: /haiku/src/tests/kits/translation/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src tests kits translation ;
2
3CommonTestLib libtranslationtest.so
4	: TranslationKitTestAddon.cpp
5		TranslatorRosterTest.cpp
6		BitmapStreamTest.cpp
7		TranslationUtilsTest.cpp
8		TranslatorTest.cpp
9	: libtranslation.so be stdc++.r4
10	: translation be stdc++.r4
11	:
12	: translation
13;
14