summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-18 13:12:50 -0600
committerBrian Paul <brianp@vmware.com>2009-04-18 13:12:50 -0600
commitd61070b65970c9ec14b3272a6c4c6b4b1a9280a2 (patch)
treeee44720e8706f5ef5af35393c91373cb71cbb319 /progs
parent30e80f6e559727dd157fbca4e7e537710e9ea199 (diff)
demos: move demos/texobj.c to tests/
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile1
-rw-r--r--progs/tests/Makefile1
-rw-r--r--progs/tests/texobj.c (renamed from progs/demos/texobj.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 8febc14d41..c17595ec79 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 e5da72a3e4..f5fbf374f7 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
index 40bce6e569..40bce6e569 100644
--- a/progs/demos/texobj.c
+++ b/progs/tests/texobj.c