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

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


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

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

demos: move texdown.c to tests/

---

 progs/demos/Makefile             |    1 -
 progs/tests/Makefile             |    1 +
 progs/{demos => tests}/texdown.c |    0 
 3 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 0d4b845..0f72595 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -54,7 +54,6 @@ PROGS = \
 	terrain \
 	tessdemo \
 	texcyl \
-	texdown \
 	texenv \
 	texobj \
 	textures \
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 18ea559..cd6c496 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -83,6 +83,7 @@ SOURCES = \
 	subtexrate.c \
 	tex1d.c \
 	texcompress2.c \
+	texdown \
 	texfilt.c \
 	texline.c \
 	texobjshare.c \
diff --git a/progs/demos/texdown.c b/progs/tests/texdown.c
similarity index 100%
rename from progs/demos/texdown.c
rename to progs/tests/texdown.c




More information about the mesa-commit mailing list