summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-01-30 17:11:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-01-30 17:11:47 +0000
commit6a36407a00a6205a120e710394ba98bffa5a74aa (patch)
treed38fa5994aca56e72e070c6d8303b1d59d57b940 /progs/tests
parent7905b19ec9edd661ee18fcb0b210dc113b58974a (diff)
added more tests (Pedro Maia)
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 6cb52770e8..05f78e1d35 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -10,11 +10,14 @@ include $(TOP)/configs/current
LIBS = $(APP_LIB_DEPS)
-SOURCES = antialias.c \
+SOURCES = \
+ afsmultiarb.c \
+ antialias.c \
arbfpspec.c \
arbfptest1.c \
arbfptexture.c \
arbfptrig.c \
+ arbnpot.c \
arbvptest1.c \
arbvptest3.c \
arbvptorus.c \
@@ -38,6 +41,7 @@ SOURCES = antialias.c \
getprocaddress.c \
interleave.c \
invert.c \
+ jkrahntest.c \
manytex.c \
multipal.c \
no_s3tc.c \