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