Don't be clever, just call it testthread
--HG-- rename : test/testhread.c => test/testthread.c
This commit is contained in:
parent
6141cf3aae
commit
fb417a9de4
5 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue