1SubDir HAIKU_TOP src tests kits translation ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5local libtranslation = translation ; 6 7if $(TARGET_PLATFORM) = libbe_test { 8 UsePublicHeaders translation ; 9 libtranslation = <tests!unittests>libtranslation.so ; 10} 11 12UnitTestLib libtranslationtest.so 13 : TranslationKitTestAddon.cpp 14 TranslatorRosterTest.cpp 15 BitmapStreamTest.cpp 16 TranslationUtilsTest.cpp 17 TranslatorTest.cpp 18 : $(libtranslation) be [ TargetLibstdc++ ] 19; 20