a96f3881f9cd1d190916f653bf789a5035d8f465
[tpg/acess2.git] / Tools / NetTest_Runner / include / tests.h
1 /*
2  * tests.h
3  * - List of tests used by main.c
4  */
5 #ifndef _TESTS_H_
6 #define _TESTS_H_
7
8 #include "common.h"
9 #include <stdbool.h>
10
11 extern bool     Test_ARP_Basic(void);
12 extern bool     Test_TCP_Basic(void);
13 extern bool     Test_TCP_WindowSizes(void);
14
15 #endif
16

UCC git Repository :: git.ucc.asn.au