summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-04-10 18:28:43 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-04-10 18:33:53 -0600
commit544c236db10a0d4889014cd82e81b1de3451b5db (patch)
treecd1d82e7e4114a6a858ff5478a8a211116ceefb9 /progs/tests/Makefile
parent87b0b8e7bc3b4ce4be90a271b9fced1c97df6c95 (diff)
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 27e2eafdfc..e04b95ce08 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -84,6 +84,7 @@ SOURCES = \
vpwarpmesh.c \
yuvrect.c \
yuvsquare.c \
+ zdrawpix.c \
zreaddraw.c
PROGS = $(SOURCES:%.c=%)