xref: /haiku/src/tests/kits/game/direct_window_test/Jamfile (revision d3d8b26997fac34a84981e6d2b649521de2cc45a)
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
9;
10
11if ( $(TARGET_PLATFORM) = libbe_test ) {
12	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DirectWindowStars
13		: tests!apps ;
14}
15
16