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