vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / net / posixnet / PosixNetTestAddon.cpp
blob8817c8af6c661e126541fc50e1fa7aae5d81d079
1 /*
2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
7 #include <TestSuite.h>
8 #include <TestSuiteAddon.h>
10 #include "GetAddrInfo.h"
13 BTestSuite*
14 getTestSuite()
16 BTestSuite* suite = new BTestSuite("PosixNet");
18 GetAddrInfoTest::AddTests(*suite);
20 return suite;