vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bpropertyinfo / PropertyInfoTest.cpp
blob5ad4beecf72674f7606f13a2628eb1077a1bb507
1 #include "../common.h"
2 #include "PropertyConstructionTest.h"
3 #include "PropertyFindMatchTest.h"
4 #include "PropertyFlattenTest.h"
6 Test *PropertyInfoTestSuite()
8 TestSuite *testSuite = new TestSuite();
10 testSuite->addTest(PropertyConstructionTest::suite());
11 testSuite->addTest(PropertyFindMatchTest::suite());
12 testSuite->addTest(PropertyFlattenTest::suite());
14 return(testSuite);