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