git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libc - Fix strchr and strrchr behavior
[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