Tools/NetTest - Add a runner to test networking stack
[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
14 #endif
15

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