repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tests
/
kits
/
app
/
bcursor
/
CursorTest.cpp
blob
77559c572e7032711b15af4c0afc87c718c3b7b2
1
#include
"../common.h"
2
#include
"BCursorTester.h"
3
4
CppUnit
::
Test
*
CursorTestSuite
()
5
{
6
CppUnit
::
TestSuite
*
testSuite
=
new
CppUnit
::
TestSuite
();
7
8
testSuite
->
addTest
(
BCursorTester
::
Suite
());
9
10
return
testSuite
;
11
}
12