X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=bitmaps%2Ftest.c;fp=bitmaps%2Ftest.c;h=23f144ce781d60f3883dfd8f86ed9c61e15a1091;hb=86517e539f33650be656c482020a878fec0723c9;hp=0000000000000000000000000000000000000000;hpb=0efdc4c5ef60cf4c15e9dddf3658d2115e4d5d93;p=xboard.git diff --git a/bitmaps/test.c b/bitmaps/test.c new file mode 100644 index 0000000..23f144c --- /dev/null +++ b/bitmaps/test.c @@ -0,0 +1,13 @@ +#define NULL 0 +#define BlackPawn 22 +#include "bitmaps.h" + +/* + * This is a program that you can compile to test if the include tree + * of bitmaps is complete, and if all the bitmaps are without syntax errors + */ + +main() +{ + printf("Hi\n"); +}