# HG changeset patch # User Brandon Schaefer # Date 1468428103 25200 # Node ID 6c8f3b478b458eaf17b7cc11b8bc02e7049fe8d9 # Parent 23fb5052dab4e54f898443974b2f2e5af194a3de Tests: Would be wise to compile this diff -r 23fb5052dab4 -r 6c8f3b478b45 test/Makefile.in --- a/test/Makefile.in Wed Jul 13 07:39:01 2016 -0700 +++ b/test/Makefile.in Wed Jul 13 09:41:43 2016 -0700 @@ -15,6 +15,7 @@ testaudioinfo$(EXE) \ testautomation$(EXE) \ testbounds$(EXE) \ + testcustomcursor$(EXE) \ testdraw2$(EXE) \ testdrawchessboard$(EXE) \ testdropfile$(EXE) \ @@ -278,6 +279,9 @@ testbounds$(EXE): $(srcdir)/testbounds.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) +testcustomcursor$(EXE): $(srcdir)/testcustomcursor.c + $(CC) -o $@ $^ $(CFLAGS) $(LIBS) + controllermap$(EXE): $(srcdir)/controllermap.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS)