diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-14 01:04:00 +0200 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-07-14 17:11:01 +0100 |
commit | a36b9987cd0e6930e8db91322801854206cc1800 (patch) | |
tree | 33515003e4fe4475e90df829d388895306d406fb /progs/tests/Makefile | |
parent | 6ec955efafda961bc7789c22dbde9d3430fc270f (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 f74a4085234..b58d7b25e4c 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -59,6 +59,7 @@ SOURCES = \ minmag.c \ mipgen.c \ mipmap_comp.c \ + mipmap_comp_tests.c \ mipmap_limits.c \ mipmap_view.c \ multipal.c \ |