1 SubDir HAIKU_TOP src tests ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UnitTestLib libexampletest.so
9 : be [ TargetLibstdc++ ]
15 : be [ TargetLibstdc++ ]
19 # Install libbe and other libraries for target platform libbe_test.
20 if $(TARGET_PLATFORM) = libbe_test {
21 local libs = libbe_haiku.so libbeadapter.so libtranslation.so ;
22 HaikuInstall install-unittest-libs : $(TARGET_UNIT_TEST_LIB_DIR)
27 SubInclude HAIKU_TOP src tests add-ons ;
28 SubInclude HAIKU_TOP src tests apps ;
29 SubInclude HAIKU_TOP src tests bin ;
30 SubInclude HAIKU_TOP src tests system ;
31 SubInclude HAIKU_TOP src tests kits ;
32 SubInclude HAIKU_TOP src tests libs ;
33 SubInclude HAIKU_TOP src tests misc ;
34 SubInclude HAIKU_TOP src tests servers ;