2005-10-29 20:27:43 +04:00
|
|
|
SubDir HAIKU_TOP src tests ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2005-11-09 19:17:31 +03:00
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
|
|
|
|
UnitTestLib libexampletest.so
|
2002-07-17 14:50:55 +04:00
|
|
|
: ExampleTestAddon.cpp
|
|
|
|
ExampleTest.cpp
|
2005-11-09 19:17:31 +03:00
|
|
|
: be $(TARGET_LIBSTDC++)
|
2002-07-17 14:50:55 +04:00
|
|
|
:
|
|
|
|
;
|
|
|
|
|
2002-08-11 07:45:17 +04:00
|
|
|
UnitTest UnitTester
|
2005-11-09 19:23:11 +03:00
|
|
|
: UnitTester.cpp
|
2005-11-09 19:17:31 +03:00
|
|
|
: be $(TARGET_LIBSTDC++)
|
2005-11-09 19:23:11 +03:00
|
|
|
: UnitTester.rsrc
|
2002-08-11 07:45:17 +04:00
|
|
|
;
|
|
|
|
|
2005-11-09 19:17:31 +03:00
|
|
|
# Install libbe and other libraries for target platform libbe_test.
|
|
|
|
if $(TARGET_PLATFORM) = libbe_test {
|
|
|
|
local libs = libbe_haiku.so libbeadapter.so libtranslation.so ;
|
|
|
|
HaikuInstall install-unittest-libs : $(TARGET_UNIT_TEST_LIB_DIR)
|
|
|
|
: $(libs)
|
|
|
|
: tests!unittests ;
|
|
|
|
}
|
2002-07-17 14:50:55 +04:00
|
|
|
|
2005-10-29 20:27:43 +04:00
|
|
|
SubInclude HAIKU_TOP src tests add-ons ;
|
|
|
|
SubInclude HAIKU_TOP src tests apps ;
|
|
|
|
SubInclude HAIKU_TOP src tests bin ;
|
2005-12-21 03:30:29 +03:00
|
|
|
SubInclude HAIKU_TOP src tests system ;
|
2005-10-29 20:27:43 +04:00
|
|
|
SubInclude HAIKU_TOP src tests kits ;
|
2005-11-14 18:08:51 +03:00
|
|
|
SubInclude HAIKU_TOP src tests misc ;
|
2005-10-29 20:27:43 +04:00
|
|
|
SubInclude HAIKU_TOP src tests servers ;
|