summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-16 09:38:34 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-16 09:57:50 -0700
commit3955bbc303a6812e7d7ceb5783a8363b0855b6ca (patch)
tree135adeaf79263449aeda6df661c9a6ffb65328e4 /progs/tests/Makefile
parent6ffe45bfd4e9b67fc15f2b32353282ccbae458f5 (diff)
Added minmag.c test
Test that different minification and magnification filters are chosen for the non-mipmapped texture case.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 2039af5e69..7bf64e19e4 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -49,6 +49,7 @@ SOURCES = \
invert.c \
jkrahntest.c \
manytex.c \
+ minmag.c \
mipmap_limits.c \
multipal.c \
no_s3tc.c \