blob: 976de621d68c6cad3d94468043ba9df026943f84 [file] [log] [blame]
Laurence Lundblade2ded3d92018-10-09 21:36:11 +08001/*==============================================================================
Laurence Lundbladed92a6162018-11-01 11:38:35 +07002 Copyright (c) 2016-2018, The Linux Foundation.
3 Copyright (c) 2018, Laurence Lundblade.
4 All rights reserved.
Laurence Lundblade3aee3a32018-12-17 16:17:45 -08005
Laurence Lundblade0dbc9172018-11-01 14:17:21 +07006Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are
8met:
9 * Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
11 * Redistributions in binary form must reproduce the above
12 copyright notice, this list of conditions and the following
13 disclaimer in the documentation and/or other materials provided
14 with the distribution.
15 * Neither the name of The Linux Foundation nor the names of its
16 contributors, nor the name "Laurence Lundblade" may be used to
17 endorse or promote products derived from this software without
18 specific prior written permission.
Laurence Lundblade3aee3a32018-12-17 16:17:45 -080019
Laurence Lundblade0dbc9172018-11-01 14:17:21 +070020THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
21WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
23ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
24BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
27BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
29OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
30IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Laurence Lundbladedc6e28e2018-10-11 19:19:27 +053031 ==============================================================================*/
32
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080033#ifndef UsefulBuf_UsefulBuf_Tests_h
34#define UsefulBuf_UsefulBuf_Tests_h
35
Laurence Lundblade7566b9f2018-10-12 09:13:32 +080036const char * UOBTest_NonAdversarial(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080037
Laurence Lundbladedc6e28e2018-10-11 19:19:27 +053038const char * TestBasicSanity(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080039
Laurence Lundblade7566b9f2018-10-12 09:13:32 +080040const char * UOBTest_BoundaryConditionsTest(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080041
Laurence Lundbladedc6e28e2018-10-11 19:19:27 +053042const char * UBMacroConversionsTest(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080043
Laurence Lundbladedc6e28e2018-10-11 19:19:27 +053044const char * UBUtilTests(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080045
Laurence Lundblade7566b9f2018-10-12 09:13:32 +080046const char * UIBTest_IntegerFormat(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080047
Laurence Lundblade7566b9f2018-10-12 09:13:32 +080048const char * UBUTest_CopyUtil(void);
Laurence Lundblade2ded3d92018-10-09 21:36:11 +080049
50#endif