Mesa (master): demos: move demos/texobj.c to tests/

Brian Paul brianp at kemper.freedesktop.org
Sat Apr 18 19:16:26 UTC 2009


Module: Mesa
Branch: master
Commit: d61070b65970c9ec14b3272a6c4c6b4b1a9280a2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d61070b65970c9ec14b3272a6c4c6b4b1a9280a2

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Apr 18 13:12:50 2009 -0600

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 insertions(+), 1 deletions(-)

diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 8febc14..c17595e 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 e5da72a..f5fbf37 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




More information about the mesa-commit mailing list