xref: /haiku/src/tests/servers/app/resize_limits/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src tests servers app resize_limits ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6Application ResizeLimits :
7	ResizeLimits.cpp
8	: be
9;
10