1SubDir HAIKU_TOP src tests kits game direct_window_test ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5SimpleTest DirectWindowStars 6 : Stars.cpp StarWindow.cpp 7 : game be [ TargetLibsupc++ ] 8; 9 10if ( $(TARGET_PLATFORM) = libbe_test ) { 11 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DirectWindowStars 12 : tests!apps ; 13} 14 15