[clutter/wip/clutter-1.99: 44/57] 2.0: Prune micro-bench test suite



commit e7f8c27021e0165afb2663dd45d310921ac017c3
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 7 19:52:14 2012 +0100

    2.0: Prune micro-bench test suite

 tests/micro-bench/Makefile.am |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/tests/micro-bench/Makefile.am b/tests/micro-bench/Makefile.am
index 0bb3d58..2ff1a78 100644
--- a/tests/micro-bench/Makefile.am
+++ b/tests/micro-bench/Makefile.am
@@ -2,12 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
 
 common_ldadd = $(top_builddir)/clutter/libclutter- CLUTTER_API_VERSION@.la
 
-noinst_PROGRAMS = \
-       test-text \
-       test-picking \
-       test-text-perf \
-       test-random-text \
-       test-cogl-perf
+noinst_PROGRAMS =
 
 INCLUDES = \
        -I$(top_srcdir) \
@@ -25,10 +20,10 @@ AM_CFLAGS = \
 
 LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
 
-test_text_SOURCES = test-text.c
-test_picking_SOURCES = test-picking.c
-test_text_perf_SOURCES = test-text-perf.c
-test_random_text_SOURCES = test-random-text.c
-test_cogl_perf_SOURCES = test-cogl-perf.c
+#test_text_SOURCES = test-text.c
+#test_picking_SOURCES = test-picking.c
+#test_text_perf_SOURCES = test-text-perf.c
+#test_random_text_SOURCES = test-random-text.c
+#test_cogl_perf_SOURCES = test-cogl-perf.c
 
 -include $(top_srcdir)/build/autotools/Makefile.am.gitignore


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