summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-03-25 11:09:57 -0700
committerSam Lantinga <slouken@libsdl.org>2011-03-25 11:09:57 -0700
commitfb417a9de451ee54379a9bcf8efde0ec770a175e (patch)
tree477ecc8c39b278acea4ae5b9b6951945c098f583 /test/Makefile.in
parent6141cf3aae08e85aa9c81ba002a285a8f7820194 (diff)
Don't be clever, just call it testthread
--HG-- rename : test/testhread.c => test/testthread.c
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index cfe2608e..9099acdb 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -29,8 +29,8 @@ TARGETS = \
testgl2$(EXE) \
testgles$(EXE) \
testhaptic$(EXE) \
- testrumble$(EXE) \
- testhread$(EXE) \
+ testrumble$(EXE) \
+ testthread$(EXE) \
testiconv$(EXE) \
testime$(EXE) \
testintersections$(EXE) \
@@ -141,7 +141,7 @@ testhaptic$(EXE): $(srcdir)/testhaptic.c
testrumble$(EXE): $(srcdir)/testrumble.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
-testhread$(EXE): $(srcdir)/testhread.c
+testthread$(EXE): $(srcdir)/testthread.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
testiconv$(EXE): $(srcdir)/testiconv.c