bb1672284236351750b3dae9941e8c8d1ddcc7c5
[tpg/acess2.git] / 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
14 #endif
15

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