summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-28 17:42:18 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-28 17:55:26 -0700
commit370eca12ad8b40bfc32c206a526d53f4c777156d (patch)
tree9e30d83c35d03a252dca24330809abcb89d81ba7 /progs/tests/Makefile
parentb233b1e2dc2fca2f45b3cb5df167e3675b8cc1fb (diff)
Added calibrate_rast.c program
Measures rasterization of points/lines/tris and suggests fixes/biases when something doesn't meet spec.
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 8196c1b348..7053ebc86a 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -30,6 +30,7 @@ SOURCES = \
bug_3050.c \
bug_3101.c \
bug_3195.c \
+ calibrate_rast.c \
copypixrate.c \
crossbar.c \
cva.c \