[clutter/clutter-1.18] conform: Re-enable text tests



commit 67e4636f892baab9ebecdd33967b3eeecd0f1766
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 24 18:48:34 2014 +0000

    conform: Re-enable text tests
    
    The ClutterText tests were ported to the new testing API, but they were
    not enabled.

 tests/conform/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 6865fd0..54b84a0 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -54,7 +54,7 @@ deprecated_tests = \
        texture \
        $(NULL)
 
-test_programs = $(actor_tests) $(general_tests) $(deprecated_tests)
+test_programs = $(actor_tests) $(general_tests) $(classes_tests) $(deprecated_tests)
 
 dist_test_data = $(script_ui_files)
 script_ui_files = $(addprefix scripts/,$(script_tests))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]