comparison test/Makefile.am @ 1039:68f2b997758e

Added testblitspeed to aid in profiling of SDL's blitters.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 15 Feb 2005 11:50:33 +0000
parents c203b4a42701
children
comparison
equal deleted inserted replaced
1038:29d7db09776e 1039:68f2b997758e
3 noinst_PROGRAMS = \ 3 noinst_PROGRAMS = \
4 testver testtypes testendian testcpuinfo \ 4 testver testtypes testendian testcpuinfo \
5 testhread testlock testerror testsem testtimer \ 5 testhread testlock testerror testsem testtimer \
6 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ 6 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
7 testsprite testbitmap testalpha testgamma testpalette testwm \ 7 testsprite testbitmap testalpha testgamma testpalette testwm \
8 threadwin testoverlay testoverlay2 testgl testdyngl testjoystick 8 threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \
9 testblitspeed
9 10
10 testalpha_SOURCES = testalpha.c 11 testalpha_SOURCES = testalpha.c
11 testalpha_LDADD = @MATHLIB@ 12 testalpha_LDADD = @MATHLIB@
12 testgamma_SOURCES = testgamma.c 13 testgamma_SOURCES = testgamma.c
13 testgamma_LDADD = @MATHLIB@ 14 testgamma_LDADD = @MATHLIB@