diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-14 01:04:00 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-14 01:44:34 +0200 |
commit | e99d13bbc65641321ab755cd7144f773d1862070 (patch) | |
tree | aec8c733ca4e117e4a5fb35b733fb76df2b30bc6 /progs/tests/Makefile | |
parent | 43b3b745e4d893b64d6331cb6183f8615e613f66 (diff) |
progs/tests: Add yet another mipmap test
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 46f5b1c3a22..f380ed4f547 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -61,6 +61,7 @@ SOURCES = \ minmag.c \ mipgen.c \ mipmap_comp.c \ + mipmap_comp_tests.c \ mipmap_limits.c \ mipmap_view.c \ multipal.c \ |