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/SConscript | |
parent | 43b3b745e4d893b64d6331cb6183f8615e613f66 (diff) |
progs/tests: Add yet another mipmap test
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 9e3a646f806..4c75246c30e 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -82,6 +82,7 @@ progs = [ 'minmag', 'mipgen', 'mipmap_comp', + 'mipmap_comp_tests', 'mipmap_limits', 'mipmap_view', 'multipal', |