xref: /haiku/src/tests/kits/game/direct_window_test/Jamfile (revision 4e3137c085bae361922078f123dceb92da700640)
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