[clutter/wip/clutter-1.99: 45/57] 2.0: Prune performance test suite



commit 2bb7cafee7d7752a08e30d8931cb2c9109be915d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 7 19:52:47 2012 +0100

    2.0: Prune performance test suite

 tests/interactive/Makefile.am |    2 +-
 tests/performance/Makefile.am |   23 ++++++++---------------
 2 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index ab4ebf5..f9e6174 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -9,7 +9,7 @@ SHEXT = $(EXEEXT)
 endif
 
 # For convenience, this provides a way to easily run individual unit tests:
-wrappers: stamp-test-interactive $(top_builddir)/build/win32/test-interactive-clutter.bat
+wrappers: stamp-test-interactive
        @true
 
 stamp-test-interactive: Makefile
diff --git a/tests/performance/Makefile.am b/tests/performance/Makefile.am
index 01262bf..800696a 100644
--- a/tests/performance/Makefile.am
+++ b/tests/performance/Makefile.am
@@ -1,13 +1,6 @@
 include $(top_srcdir)/build/autotools/Makefile.am.silent
 
-noinst_PROGRAMS = \
-       test-picking \
-       test-text-perf \
-       test-state \
-       test-state-interactive \
-       test-state-hidden \
-       test-state-mini \
-       test-state-pick
+noinst_PROGRAMS =
 
 INCLUDES = \
        -I$(top_srcdir) \
@@ -31,13 +24,13 @@ perf-report: check
 check:
        for a in $(noinst_PROGRAMS);do ./$$a;done;true
 
-test_picking_SOURCES = test-picking.c
-test_text_perf_SOURCES = test-text-perf.c
-test_state_SOURCES = test-state.c
-test_state_hidden_SOURCES = test-state-hidden.c
-test_state_pick_SOURCES = test-state-pick.c
-test_state_interactive_SOURCES = test-state-interactive.c
-test_state_mini_SOURCES = test-state-mini.c
+#test_picking_SOURCES = test-picking.c
+#test_text_perf_SOURCES = test-text-perf.c
+#test_state_SOURCES = test-state.c
+#test_state_hidden_SOURCES = test-state-hidden.c
+#test_state_pick_SOURCES = test-state-pick.c
+#test_state_interactive_SOURCES = test-state-interactive.c
+#test_state_mini_SOURCES = test-state-mini.c
 
 EXTRA_DIST = Makefile-retrospect Makefile-tests create-report.rb test-common.h
 


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