vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / AppKitTestStub.cpp
blobe0213a107833c5e1a31577c86f4504ea38d43345
1 //------------------------------------------------------------------------------
2 // AppKitTestStub.cpp
3 //
4 //------------------------------------------------------------------------------
6 // Standard Includes -----------------------------------------------------------
8 // System Includes -------------------------------------------------------------
10 // Project Includes ------------------------------------------------------------
11 #include <TestSuite.h>
12 #include <TestSuiteAddon.h>
14 // Local Includes --------------------------------------------------------------
16 // Local Defines ---------------------------------------------------------------
18 // Globals ---------------------------------------------------------------------
21 extern BTestSuite* getTestSuite2();
23 BTestSuite* getTestSuite() {
24 return getTestSuite2();
28 * $Log $
30 * $Id $