2.0: Prune micro-bench test suite

This commit is contained in:
Emmanuele Bassi 2012-10-07 19:52:14 +01:00
parent 9720a59482
commit e7f8c27021

View File

@ -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