Skip to content

Commit

Permalink
Tests: Would be wise to compile this
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSchaefer committed Jul 13, 2016
1 parent bebb6de commit 578edca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Makefile.in
Expand Up @@ -15,6 +15,7 @@ TARGETS = \
testaudioinfo$(EXE) \
testautomation$(EXE) \
testbounds$(EXE) \
testcustomcursor$(EXE) \
testdraw2$(EXE) \
testdrawchessboard$(EXE) \
testdropfile$(EXE) \
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 578edca

Please sign in to comment.