From f47495ec42491f1c32391f29e5ed8819eaef6ee2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 18 Apr 2009 12:58:00 -0600 Subject: [PATCH] demos: move texdown.c to tests/ --- progs/demos/Makefile | 1 - progs/tests/Makefile | 1 + progs/{demos => tests}/texdown.c | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename progs/{demos => tests}/texdown.c (100%) diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 0d4b845137b..0f72595c237 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 18ea559b461..cd6c496961c 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 -- 2.30.2