Module: Mesa Branch: master Commit: 4d8f34e909ab7d996a0d8c630653d83a39387c77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d8f34e909ab7d996a0d8c630653d83a39387c77
Author: Brian Paul <[email protected]> Date: Thu Apr 8 14:52:02 2010 -0600 progs/tests: added stencilreaddraw to SConscript, Makefile --- progs/tests/Makefile | 1 + progs/tests/SConscript | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 6bb0249..0f938f9 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 037a0c3..429d3bb 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', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
