diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d4ec0ca8..b71ff1d3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,7 @@ paint \ paint-with-alpha \ path-data \ pixman-rotate \ +quarter-over \ scale-source-surface-paint \ select-font-no-show-text \ self-copy \ @@ -61,6 +62,7 @@ paint-ref.png \ paint-with-alpha-ref.png \ path-data-ref.png \ pixman-rotate-ref.png \ +quarter-over-ref.png \ romedalen.png \ self-copy-ref.png \ scale-source-surface-paint-ref.png \ @@ -138,6 +140,7 @@ paint_with_alpha_LDADD = $(LDADDS) path_data_LDADD = $(LDADDS) pdf_surface_LDADD = $(LDADDS) pixman_rotate_LDADD = $(LDADDS) +quarter_over_LDADD = $(LDADDS) scale_source_surface_paint_LDADD = $(LDADDS) select_font_no_show_text_LDADD = $(LDADDS) self_copy_LDADD = $(LDADDS) |