# HG changeset patch # User Ryan C. Gordon # Date 1184079889 0 # Node ID eb60dd682e5e0bb9f5d3cdb1f6669a1474606ecf # Parent 3ccd06fc22e515f9b739d7fb48eb19e75d2a2a0a Whoops, reverted changes that shouldn't have been committed with #3197. diff -r 3ccd06fc22e5 -r eb60dd682e5e test/Makefile.in --- a/test/Makefile.in Tue Jul 10 15:03:19 2007 +0000 +++ b/test/Makefile.in Tue Jul 10 15:04:49 2007 +0000 @@ -7,7 +7,7 @@ CFLAGS = @CFLAGS@ LIBS = @LIBS@ -TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testrwops$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) testloadso$(EXE) +TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) testloadso$(EXE) all: $(TARGETS) @@ -77,9 +77,6 @@ testplatform$(EXE): $(srcdir)/testplatform.c $(CC) -o $@ $? $(CFLAGS) $(LIBS) -testrwops$(EXE): $(srcdir)/testrwops.c - $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ - testsem$(EXE): $(srcdir)/testsem.c $(CC) -o $@ $? $(CFLAGS) $(LIBS) diff -r 3ccd06fc22e5 -r eb60dd682e5e test/README --- a/test/README Tue Jul 10 15:03:19 2007 +0000 +++ b/test/README Tue Jul 10 15:04:49 2007 +0000 @@ -24,7 +24,6 @@ testoverlay2 Tests the overlay flickering/scaling during playback. testpalette Tests palette color cycling testplatform Tests types, endianness and cpu capabilities - testrwops Stress-test file i/o API testsem Tests SDL's semaphore implementation testsprite Example of fast sprite movement on the screen testtimer Test the timer facilities