From 9266e110ded6b7308596eea2dd194736adf72641 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 27 Jan 2009 15:17:16 +0000 Subject: [PATCH] Removes test-simple from tests/interactive/Makefile.am The addition was accidental --- tests/interactive/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index b316be3bf..54044530a 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -40,8 +40,7 @@ UNIT_TESTS = \ test-binding-pool.c \ test-text.c \ test-text-field.c \ - test-clutter-cairo-flowers.c \ - test-simple.c + test-clutter-cairo-flowers.c if X11_TESTS UNIT_TESTS += test-pixmap.c