diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-03-25 11:09:57 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-03-25 11:09:57 -0700 |
commit | fb417a9de451ee54379a9bcf8efde0ec770a175e (patch) | |
tree | 477ecc8c39b278acea4ae5b9b6951945c098f583 /test/Makefile.in | |
parent | 6141cf3aae08e85aa9c81ba002a285a8f7820194 (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.in | 6 |
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 |