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/SConscript | |
parent | a9c97c5f2a9b880d01336a23134600e4b34429d0 (diff) |
progs/tests: Add mipmap_comp for mipmap testing with compressed textures
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 4f22ca735c1..453fcecd9c1 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -81,6 +81,7 @@ progs = [ 'mapvbo', 'minmag', 'mipgen', + 'mipmap_comp', 'mipmap_limits', 'mipmap_view', 'multipal', |