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