vfs: check userland buffers before reading them.
[haiku.git] / src / tests / servers / app / cursor_test / Jamfile
blob772f57be32b569c57227a31407c0c80f2754746c
1 SubDir HAIKU_TOP src tests servers app cursor_test ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UseHeaders [ FDirName os app ] ;
7 UseHeaders [ FDirName os interface ] ;
9 Application CursorTest :
10         CursorTest.cpp
11         : be [ TargetLibsupc++ ]
14 if $(TARGET_PLATFORM) = libbe_test {
15         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : CursorTest
16                 : tests!apps ;