Don't be clever, just call it testthread

--HG--
rename : test/testhread.c => test/testthread.c
This commit is contained in:
Sam Lantinga 2011-03-25 11:09:57 -07:00
parent 6141cf3aae
commit fb417a9de4
5 changed files with 23 additions and 23 deletions

View file

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