diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-16 09:38:34 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-16 10:05:24 -0700 |
commit | f9973b1c3d6b1759add1fe7af425231393a1ca33 (patch) | |
tree | c0be02edfa1b32a0bb110f7ba9332fa9ae325777 /progs/tests/Makefile | |
parent | 3320b1874e810583f95b93a89697b2955987b84f (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 9016efe9e7..00e58a53ce 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -48,6 +48,7 @@ SOURCES = \ invert.c \ jkrahntest.c \ manytex.c \ + minmag.c \ mipmap_limits.c \ multipal.c \ no_s3tc.c \ |