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