summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-06-30 18:03:13 +0200
committerEric Anholt <anholt@FreeBSD.org>2006-06-30 18:04:20 +0200
commit1f65d82bf5520ae271747ef56e116ee1fe4b6d66 (patch)
treea16f11fdb6afb0d2cafb262aada0f9655ac66ba2 /Makefile
parent42d5c081a43bbfe2794d0a6c31e3a27d7358f176 (diff)
Add a trivial solid-colored text drawing benchmark. "My first cairo program".HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8782954..c9b2741 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ BENCHMARKS= \
gradients-linear-xlib \
multiple-clip-rectangles \
multiple-clip-rectangles-xlib \
+ solidtext \
+ solidtext-xlib \
textpath \
textpath-xlib \
texturedtext \