summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-22 01:10:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-22 01:10:09 +0000
commit66fdc3c948096a53dd304f1906135a041075c0b7 (patch)
tree5aa3a3ba6118093155c1fbf832f2036569b6df60 /progs/tests/Makefile
parent5b45c1148624f0ee2b93cc15f5c3ae21667f5463 (diff)
added floattex.c to test floating point textures
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 6a8d51112a..9f1e3cc9eb 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -22,6 +22,7 @@ SOURCES = antialias.c \
bufferobj.c \
cva.c \
dinoshade.c \
+ floattex.c \
fogcoord.c \
fptest1.c \
fptexture.c \
@@ -33,6 +34,7 @@ SOURCES = antialias.c \
seccolor.c \
sharedtex.c \
stencilwrap.c \
+ swaplock.c \
tex1d.c \
texline.c \
texrect.c \