1SubDir HAIKU_TOP src tests servers app cursor_test ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5UseHeaders [ FDirName os app ] ; 6UseHeaders [ FDirName os interface ] ; 7 8Application CursorTest : 9 CursorTest.cpp 10 : be [ TargetLibsupc++ ] 11; 12 13if $(TARGET_PLATFORM) = libbe_test { 14 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : CursorTest 15 : tests!apps ; 16} 17 18