diff options
author | Brian <[email protected]> | 2008-02-16 09:38:34 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-16 09:57:50 -0700 |
commit | 3955bbc303a6812e7d7ceb5783a8363b0855b6ca (patch) | |
tree | 135adeaf79263449aeda6df661c9a6ffb65328e4 /progs/tests/Makefile | |
parent | 6ffe45bfd4e9b67fc15f2b32353282ccbae458f5 (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 2039af5e697..7bf64e19e40 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 \ |