vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / shared / Jamfile
blobee4591e67411138cc5b668e3296ea1ef439c5a20
1 SubDir HAIKU_TOP src tests kits shared ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UsePrivateHeaders shared ;
8 UnitTestLib libsharedtest.so :
9         SharedTestAddon.cpp
11         CalendarViewTest.cpp
12         DriverSettingsMessageAdapterTest.cpp
13         JsonEndToEndTest.cpp
14         JsonErrorHandlingTest.cpp
15         JsonTextWriterTest.cpp
16         JsonToMessageTest.cpp
17         GeolocationTest.cpp
18         NaturalCompareTest.cpp
20         : be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ]
23 SubInclude HAIKU_TOP src tests kits shared shake_filter ;