SubDir HAIKU_TOP src tests servers app cursor_test ;

AddSubDirSupportedPlatforms libbe_test ;

UseHeaders [ FDirName os app ] ;
UseHeaders [ FDirName os interface ] ;
UseHeaders [ FDirName $(SUBDIR) $(DOTDOT) bitmap_drawing ] ;

Application CursorTest :
	CursorTest.cpp
	: be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

Application CursorBitmapTest :
	CursorBitmapTest.cpp
	: be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

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

