diff options
author | Vinson Lee <[email protected]> | 2010-03-21 19:21:11 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-03-21 19:21:11 -0700 |
commit | fce72d58036eb8a993bda1a7c5d74b8fcc819a8c (patch) | |
tree | 5d74c9c2adba33aae0348d157e194638ec79ab4c /progs | |
parent | 1e7d65bb5b50efbd5812e7996910b7688eb27192 (diff) |
progs/tests: Add cva_huge to SCons build.
Diffstat (limited to 'progs')
-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 3580ba914db..b1c7c99a7b6 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -45,6 +45,7 @@ progs = [ 'copypixrate', 'crossbar', 'cva', + 'cva_huge', 'cylwrap', 'drawbuffers', 'drawbuffers2', |