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