diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2009-06-14 01:04:00 +0200 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-07-14 17:11:01 +0100 |
commit | a36b9987cd0e6930e8db91322801854206cc1800 (patch) | |
tree | 33515003e4fe4475e90df829d388895306d406fb /progs/tests/SConscript | |
parent | 6ec955efafda961bc7789c22dbde9d3430fc270f (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 bd48a6ac80..a4b5a45573 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', |