diff options
author | Brian Paul <[email protected]> | 2009-04-18 12:55:55 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 12:55:55 -0600 |
commit | 6a495d26af54011ff1ec0597b38db2ce162c7d50 (patch) | |
tree | dc7a363dd4035f3faea84a8079bcbebc9f14bb56 /progs/tests/Makefile | |
parent | 118856641f4871d6f6afd1abb67ad7fe56a6814b (diff) |
demos: move streaming_rect.c demo to tests/
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 90c41a327ea..28b6fb9a5c9 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -77,6 +77,7 @@ SOURCES = \ stencil_twoside.c \ stencilwrap.c \ stencil_wrap.c \ + streaming_rect \ subtex \ subtexrate.c \ tex1d.c \ |