summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-01-26 16:37:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-01-26 16:37:47 +0000
commit32a64680143df22529e3305f195b06f0b47c01b3 (patch)
tree1982454609de3fba4a66dd45741a7b78ac10be9f /progs/tests/Makefile
parente65ad47a8f5ef1a4aafc86e0266e9644ecf2404e (diff)
copypixrate.c - measure the speed of glCopyPixels.
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 76cd5e27da..49ea7477e8 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -24,6 +24,7 @@ SOURCES = antialias.c \
bufferobj.c \
bug_3101.c \
bug_3195.c \
+ copypixrate.c \
crossbar.c \
cva.c \
dinoshade.c \