summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-08 22:45:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-08 22:45:02 +0000
commit32aee1fcc0229d7aca833e68ffb28396d5a7e735 (patch)
tree963725ebfca8a79cf10641f9fe1784edfa9e6ce7 /progs
parentf3b732f5e51afdecdd62ccdb41fce2edc8dde77f (diff)
added zreaddraw.c
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 0a08b251e9..ee75e71c7d 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -44,7 +44,8 @@ SOURCES = antialias.c \
vptorus.c \
vpwarpmesh.c \
yuvrect.c \
- yuvsquare.c
+ yuvsquare.c \
+ zreaddraw.c
PROGS = $(SOURCES:%.c=%)