SubDir HAIKU_TOP src tests servers app copy_bits ;

SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;

UseHeaders [ FDirName os app ] ;
UseHeaders [ FDirName os interface ] ;

SimpleTest CopyBits :
	main.cpp
	: be $(TARGET_LIBSUPC++) ;

#if ( $(TARGET_PLATFORM) = libbe_test ) {
#	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : CopyBits
#		: tests!apps ;
#}
