repo.or.cz
/
pachi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test-game.sh: Support ./pachi customization using $PACHIARGS
[pachi.git]
/
t-unit
/
test.h
blob
adc27d6d8138a887189040856e5a57bef9fe07d2
1
#ifndef PACHI_T_UNIT_TEST_H
2
#define PACHI_T_UNIT_TEST_H
3
4
void
unittest
(
char
*
filename
);
5
6
#endif