diff options
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 3580ba914db..429d3bb957c 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -9,7 +9,6 @@ glx_progs = [ 'getprocaddress', 'jkrahntest', 'sharedtex', - 'texcompress2', 'texobjshare', ] @@ -45,6 +44,7 @@ progs = [ 'copypixrate', 'crossbar', 'cva', + 'cva_huge', 'cylwrap', 'drawbuffers', 'drawbuffers2', @@ -89,6 +89,7 @@ progs = [ 'scissor-viewport', 'seccolor', 'shader_api', + 'stencilreaddraw', 'stencil_twoside', 'stencil_wrap', 'stencilwrap', |