diff options
author | David Schleef <ds@schleef.org> | 2010-08-19 15:15:34 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-05-17 10:25:34 -0700 |
commit | 759a890de8c29caa3bbb57ea60d114981d1371e5 (patch) | |
tree | 1cb6cac7c42203d2faa98f75a621612e67c03bf0 /test | |
parent | da2053bd56dd6d183a09bdda13804ceebccac5aa (diff) |
Update for splatw0q->splatw3q change
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 80f78d7..031b70e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -22,6 +22,7 @@ TESTPROGRAMS = \ scaling-test \ affine-test \ composite \ + pixmanorc \ ds pdf_op_test_SOURCES = pdf-op-test.c utils.c utils.h @@ -41,6 +42,12 @@ gradient_crash_test_SOURCES = gradient-crash-test.c utils.c utils.h stress_test_SOURCES = stress-test.c utils.c utils.h scaling_helpers_test_SOURCES = scaling-helpers-test.c utils.c utils.h +pixmanorc_LDADD = $(TEST_LDADD) -lorc-test-0.4 +pixmanorc_SOURCES = pixmanorc.c + +pixmanorc.c: $(top_srcdir)/pixman/pixman-orccode.orc + $(ORCC) --test -o $@ $< + # Benchmarks BENCHMARKS = \ |