From: Brian Paul Date: Mon, 30 Jan 2006 17:11:47 +0000 (+0000) Subject: added more tests (Pedro Maia) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a36407a00a6205a120e710394ba98bffa5a74aa;p=mesa.git added more tests (Pedro Maia) --- diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 6cb52770e80..05f78e1d35b 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 \