From 56a1b81d7e9cd7c3b3ef198e3bd1e5b7f8199f0c Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Sun, 24 Aug 2008 21:30:34 -0500 Subject: Add LcdFilter enum and FontOptions API for LCD filtering --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 485e5a5..f0efcc3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,12 +1,13 @@ if AUTOTESTS # build automated 'tests' -TESTS=test-context test-font-face test-surface test-scaled-font +TESTS=test-context test-font-face test-surface test-scaled-font test-font-options noinst_PROGRAMS = $(TESTS) test_context_SOURCES=test-context.cc test_font_face_SOURCES=test-font-face.cc test_surface_SOURCES=test-surface.cc test_scaled_font_SOURCES=test-scaled-font.cc +test_font_options_SOURCES=test-font-options.cc else -- cgit v1.2.3