diff options
author | Jakob Bornecrantz <[email protected]> | 2009-04-29 20:17:21 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-04-29 20:18:12 +0100 |
commit | 1793d5adac121a2142b662d87e24990ebf209ca3 (patch) | |
tree | 91449a20d4a8231e06011e8547fb98ac27aa6fbd /progs/tests/Makefile | |
parent | a9c97c5f2a9b880d01336a23134600e4b34429d0 (diff) |
progs/tests: Add mipmap_comp for mipmap testing with compressed textures
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 f5fbf374f7a..628ca415354 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -58,6 +58,7 @@ SOURCES = \ mapvbo.c \ minmag.c \ mipgen.c \ + mipmap_comp.c \ mipmap_limits.c \ mipmap_view.c \ multipal.c \ |