demos: move demos/texobj.c to tests/
authorBrian Paul <brianp@vmware.com>
Sat, 18 Apr 2009 19:12:50 +0000 (13:12 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 18 Apr 2009 19:12:50 +0000 (13:12 -0600)
progs/demos/Makefile
progs/tests/Makefile
progs/tests/texobj.c [moved from progs/demos/texobj.c with 100% similarity]

index 8febc14..c17595e 100644 (file)
@@ -58,7 +58,6 @@ PROGS = \
        tessdemo \
        texcyl \
        texenv \
-       texobj \
        textures \
        trispd \
        tunnel \
index e5da72a..f5fbf37 100644 (file)
@@ -83,6 +83,7 @@ SOURCES = \
        texdown \
        texfilt.c \
        texline.c \
+       texobj.c \
        texobjshare.c \
        texrect.c \
        texwrap.c \
similarity index 100%
rename from progs/demos/texobj.c
rename to progs/tests/texobj.c