diff options
author | Keith Whitwell <[email protected]> | 2009-03-18 14:01:47 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-18 14:13:59 +0000 |
commit | f02aaa83c18d9d6192caa68803cdc34c9526c6e2 (patch) | |
tree | e515c63aa222dafc11e34699daa8444c7a1216e1 /progs/tests/SConscript | |
parent | 33c1bec73bb8e8dd3b989952320ddc3c5485be92 (diff) |
tests: add simplest mipgen 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 f01525d6fa1..cfeb9d1c378 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -81,6 +81,7 @@ progs = [ 'mapbufrange', 'mapvbo', 'minmag', + 'mipgen', 'mipmap_limits', 'mipmap_view', 'multipal', |