xref: /haiku/src/tests/servers/app/bitmap_bounds/Jamfile (revision 893988af824e65e49e55f517b157db8386e8002b)
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 $(TARGET_LIBSUPC++) ;
12
13if ( $(TARGET_PLATFORM) = libbe_test ) {
14	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : BitmapBounds
15		: tests!apps ;
16}
17