From 67e4636f892baab9ebecdd33967b3eeecd0f1766 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 24 Jan 2014 18:48:34 +0000 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 6865fd014..54b84a0c8 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))