repo.or.cz
/
gamazons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import upstream Source
[gamazons.git]
/
src
/
unit-test.h
blob
13776ea18b1183109e5c016fde9b15b2154fceb8
1
/* test functions */
2
void
test_fdiag
(
state
*
s
);
3
void
test_bdiag
(
state
*
s
);
4
void
test_gen_web_stream
(
state
*
s
);
5
void
test_put_row
(
state
*
s
);
6
7
/* helper fuctions */
8
int
psvec
(
ushort v
,
int
len
);