Tests: Would be wise to compile this

Brandon Schaefer 2016-07-13 09:41:43 -07:00
parent bebb6dee8d
commit 578edca454
1 changed files with 4 additions and 0 deletions

View File

@ -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)