From d61070b65970c9ec14b3272a6c4c6b4b1a9280a2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 18 Apr 2009 13:12:50 -0600 Subject: [PATCH] demos: move demos/texobj.c to tests/ --- progs/demos/Makefile | 1 - progs/tests/Makefile | 1 + progs/{demos => tests}/texobj.c | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename progs/{demos => tests}/texobj.c (100%) diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 8febc14d410..c17595ec794 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -58,7 +58,6 @@ PROGS = \ tessdemo \ texcyl \ texenv \ - texobj \ textures \ trispd \ tunnel \ diff --git a/progs/tests/Makefile b/progs/tests/Makefile index e5da72a3e4b..f5fbf374f7a 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -83,6 +83,7 @@ SOURCES = \ texdown \ texfilt.c \ texline.c \ + texobj.c \ texobjshare.c \ texrect.c \ texwrap.c \ diff --git a/progs/demos/texobj.c b/progs/tests/texobj.c similarity index 100% rename from progs/demos/texobj.c rename to progs/tests/texobj.c