diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-08 14:52:02 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-14 14:32:09 -0600 |
commit | 4d8f34e909ab7d996a0d8c630653d83a39387c77 (patch) | |
tree | 6cf47c714db6eb9ba6e9753006b6a1257082ff9f /progs | |
parent | 205253b01539f2b52524e5d8d412c418a69217c7 (diff) |
progs/tests: added stencilreaddraw to SConscript, Makefile
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/Makefile | 1 | ||||
-rw-r--r-- | progs/tests/SConscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 6bb0249e17..0f938f9b0c 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 037a0c35da..429d3bb957 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', |