SubDir OBOS_TOP src tests kits storage disk_device ;

#UsePrivateHeaders $(DOT) ;
UsePrivateHeaders app ;
UsePrivateHeaders shared ;
UsePrivateHeaders storage ;

SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel libroot os ]
				 [ FDirName $(OBOS_TOP) src kits app ]
				 [ FDirName $(OBOS_TOP) src kits storage ] ;

SimpleTest DiskDeviceTest
	: DiskDeviceTest.cpp

	  # We compile these classes in. If we would link against libopenbeos
	  # instead, we couldn't use any GUI. At least not at this time.
	  #
#	  Mime.cpp
#	  RegistrarDefs.cpp
#	  RosterPrivate.cpp

	: <boot!home!config!lib>libdiskdevice.so be
;

Depends DiskDeviceTest : userland_disk_scanner_modules
						 gui_disk_scanner_add_ons ;
