From 578edca454be318b89e3a72a6ccbf5e6623b1fbe Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Wed, 13 Jul 2016 09:41:43 -0700 Subject: [PATCH] Tests: Would be wise to compile this --- test/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Makefile.in b/test/Makefile.in index f8b65168513db..b5fbc737c268c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -15,6 +15,7 @@ TARGETS = \ testaudioinfo$(EXE) \ testautomation$(EXE) \ testbounds$(EXE) \ + testcustomcursor$(EXE) \ testdraw2$(EXE) \ testdrawchessboard$(EXE) \ testdropfile$(EXE) \ @@ -278,6 +279,9 @@ testqsort$(EXE): $(srcdir)/testqsort.c 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)