From 6a495d26af54011ff1ec0597b38db2ce162c7d50 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 18 Apr 2009 12:55:55 -0600 Subject: [PATCH] demos: move streaming_rect.c demo to tests/ --- progs/demos/Makefile | 1 - progs/tests/Makefile | 1 + progs/{demos => tests}/streaming_rect.c | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename progs/{demos => tests}/streaming_rect.c (100%) diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 43bf09c0af3..1cdd9634177 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -48,7 +48,6 @@ PROGS = \ renormal \ shadowtex \ singlebuffer \ - streaming_rect \ spectex \ spriteblast \ stex3d \ 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 \ diff --git a/progs/demos/streaming_rect.c b/progs/tests/streaming_rect.c similarity index 100% rename from progs/demos/streaming_rect.c rename to progs/tests/streaming_rect.c -- 2.30.2