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