X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=bitmaps%2Ftest.c;fp=bitmaps%2Ftest.c;h=23f144ce781d60f3883dfd8f86ed9c61e15a1091;hb=ea750683ac62717dd7346de17b5ae072622ff92a;hp=0000000000000000000000000000000000000000;hpb=2ffe5cbbbec01e48d66d490d14de3dcfb49a2703;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"); +}