summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-27 11:45:06 -0700
committerBrian Paul <brianp@vmware.com>2009-02-27 11:46:38 -0700
commitb6e2dd6e069a07026a907e85d4fa8d34bcfafb0b (patch)
tree1db9817fddb62e23cfc36c9ad9372272000ba653 /progs/tests/Makefile
parentc28298855bf5d5ef790d28bac2e77700625fa69a (diff)
tests: new mapvbo.c test
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward.
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 34c9ab1dce..a70a6ab9ab 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -54,6 +54,7 @@ SOURCES = \
jkrahntest.c \
lineclip.c \
manytex.c \
+ mapvbo.c \
minmag.c \
mipmap_limits.c \
mipmap_view.c \