SubDir HAIKU_TOP src tests kits storage ; AddSubDirSupportedPlatforms libbe_test ; UsePrivateHeaders storage ; UnitTestLib libstoragetest.so : StorageKitTestAddon.cpp AppFileInfoTest.cpp BasicTest.cpp DataIOTest.cpp DirectoryTest.cpp EntryTest.cpp FindDirectoryTest.cpp FileTest.cpp MimeSnifferTest.cpp # MimeTypeTest.cpp NodeInfoTest.cpp NodeTest.cpp PathTest.cpp QueryTest.cpp ResourcesTest.cpp ResourceStringsTest.cpp StatableTest.cpp SymLinkTest.cpp TestApp.cpp VolumeTest.cpp : be [ TargetLibstdc++ ] ; # To run the tests some test files must be around. { local sourceDir = [ FDirName $(HAIKU_TOP) src tests kits storage resources ] ; UnitTestResources elf elf-no-res pef pef-no-res : $(sourceDir) : isExec ; UnitTestResources ppc.rsrc x86.rsrc : $(sourceDir) ; } SubInclude HAIKU_TOP src tests kits storage disk_device ; SubInclude HAIKU_TOP src tests kits storage testapps ; SubInclude HAIKU_TOP src tests kits storage virtualdrive ;