summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2013-02-24 21:49:06 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-03-11 22:41:45 -0400
commit2c953e572f6c3c18046e768dd07d12150b1f2e94 (patch)
tree5935470c2388e10c4db02fb56bdf511ebbee17da /test/Makefile.sources
parent460faaa41105c2939d041506f6ff08e2b12e7596 (diff)
downloadpixman-2c953e572f6c3c18046e768dd07d12150b1f2e94.tar.gz
test: Add radial-perf-test, a microbenchmark for radial gradients
This benchmark renders one of the radial gradients used in the swfdec-youtube cairo trace 500 times and reports the average time it took. V2: Update .gitignore
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r--test/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources
index 5b30970..b5fc740 100644
--- a/test/Makefile.sources
+++ b/test/Makefile.sources
@@ -28,9 +28,10 @@ TESTPROGRAMS = \
composite \
$(NULL)
-# Benchmarks
+# Other programs
OTHERPROGRAMS = \
lowlevel-blt-bench \
+ radial-perf-test \
check-formats \
$(NULL)