2005-10-29 16:27:43 +00:00
|
|
|
SubDir HAIKU_TOP src tests ;
|
2002-07-09 12:24:59 +00:00
|
|
|
|
2005-11-09 16:17:31 +00:00
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
|
|
|
|
UnitTestLib libexampletest.so
|
2002-07-17 10:50:55 +00:00
|
|
|
: ExampleTestAddon.cpp
|
|
|
|
ExampleTest.cpp
|
2005-11-09 16:17:31 +00:00
|
|
|
: be $(TARGET_LIBSTDC++)
|
2002-07-17 10:50:55 +00:00
|
|
|
:
|
|
|
|
;
|
|
|
|
|
2002-08-11 03:45:17 +00:00
|
|
|
UnitTest UnitTester
|
2005-11-09 16:23:11 +00:00
|
|
|
: UnitTester.cpp
|
2005-11-09 16:17:31 +00:00
|
|
|
: be $(TARGET_LIBSTDC++)
|
2005-11-09 16:23:11 +00:00
|
|
|
: UnitTester.rsrc
|
2002-08-11 03:45:17 +00:00
|
|
|
;
|
|
|
|
|
2005-11-09 16:17:31 +00: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 10:50:55 +00:00
|
|
|
|
2005-10-29 16:27:43 +00:00
|
|
|
SubInclude HAIKU_TOP src tests add-ons ;
|
|
|
|
SubInclude HAIKU_TOP src tests apps ;
|
|
|
|
SubInclude HAIKU_TOP src tests bin ;
|
2005-12-21 00:30:29 +00:00
|
|
|
SubInclude HAIKU_TOP src tests system ;
|
2005-10-29 16:27:43 +00:00
|
|
|
SubInclude HAIKU_TOP src tests kits ;
|
2008-02-06 10:51:44 +00:00
|
|
|
SubInclude HAIKU_TOP src tests libs ;
|
2005-11-14 15:08:51 +00:00
|
|
|
SubInclude HAIKU_TOP src tests misc ;
|
2005-10-29 16:27:43 +00:00
|
|
|
SubInclude HAIKU_TOP src tests servers ;
|