f6cc1356c85fe83ee316efeebebb90fc923a6a1a
[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_Reset(void);
14 extern bool     Test_TCP_WindowSizes(void);
15
16 #endif
17

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