vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bcursor / CursorTest.cpp
blob77559c572e7032711b15af4c0afc87c718c3b7b2
1 #include "../common.h"
2 #include "BCursorTester.h"
4 CppUnit::Test* CursorTestSuite()
6 CppUnit::TestSuite *testSuite = new CppUnit::TestSuite();
8 testSuite->addTest(BCursorTester::Suite());
10 return testSuite;