xref: /haiku/src/tests/servers/app/bitmap_bounds/Jamfile (revision 22440f4105cafc95cc1d49f9bc65bb395c527d86)
1SubDir HAIKU_TOP src tests servers app bitmap_bounds ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UseHeaders [ FDirName os app ] ;
7UseHeaders [ FDirName os interface ] ;
8
9SimpleTest BitmapBounds :
10	main.cpp
11	: be [ TargetLibsupc++ ] ;
12
13if ( $(TARGET_PLATFORM) = libbe_test ) {
14	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : BitmapBounds
15		: tests!apps ;
16}
17