From: Brian Paul Date: Thu, 8 Apr 2010 20:52:02 +0000 (-0600) Subject: progs/tests: added stencilreaddraw to SConscript, Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d8f34e909ab7d996a0d8c630653d83a39387c77;p=mesa.git progs/tests: added stencilreaddraw to SConscript, Makefile --- diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 6bb0249e171..0f938f9b0c1 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -90,6 +90,7 @@ SOURCES = \ seccolor.c \ shader_api.c \ sharedtex.c \ + stencilreaddraw.c \ stencil_twoside.c \ stencilwrap.c \ stencil_wrap.c \ diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 037a0c35dad..429d3bb957c 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -89,6 +89,7 @@ progs = [ 'scissor-viewport', 'seccolor', 'shader_api', + 'stencilreaddraw', 'stencil_twoside', 'stencil_wrap', 'stencilwrap',