Import upstream Source
[gamazons.git] / src / unit-test.h
blob13776ea18b1183109e5c016fde9b15b2154fceb8
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);
7 /* helper fuctions */
8 int psvec(ushort v, int len);