From e7f8c27021e0165afb2663dd45d310921ac017c3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 7 Oct 2012 19:52:14 +0100 Subject: [PATCH] 2.0: Prune micro-bench test suite --- tests/micro-bench/Makefile.am | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/tests/micro-bench/Makefile.am b/tests/micro-bench/Makefile.am index 0bb3d5889..2ff1a78b0 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