⛏️ index : haiku.git

SubDir HAIKU_TOP src tests kits game direct_window_test ;

AddSubDirSupportedPlatforms libbe_test ;

SimpleTest DirectWindowStars
	: Stars.cpp StarWindow.cpp
	: game be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

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