[glom] Disable the canvas test.



commit 21c43aea8927a9b4859530aef6c831445da0531b
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Aug 30 13:01:27 2011 +0200

    Disable the canvas test.
    
    	* Makefile_tests.am: Because it doubles the build time.

 ChangeLog         |    6 ++++++
 Makefile_tests.am |   15 ++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 61904a5..cc05570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-08-30  Murray Cumming  <murrayc murrayc com>
 
+	Disable the canvas test.
+
+	* Makefile_tests.am: Because it doubles the build time.
+
+2011-08-30  Murray Cumming  <murrayc murrayc com>
+
 	Print Layout: Line editing: Allow decimal places.
 
 	* ui/developer/dialog_line.glade: Add an outer border, to match the other 
diff --git a/Makefile_tests.am b/Makefile_tests.am
index 9df0cb5..aef4123 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -134,7 +134,6 @@ if GLOM_ENABLE_UI
 check_PROGRAMS += \
 	glom/utility_widgets/test_flowtable			\
 	glom/utility_widgets/eggspreadtablemm/test_spreadtablednd \
-	glom/utility_widgets/canvas/test_canvas_editable \
 	glom/test_pyembed \
 	tests/test_glade_derived_instantiation \
 	tests/glade_toplevels_instantiation \
@@ -145,7 +144,8 @@ check_PROGRAMS += \
 	tests/python/test_python_execute_func_with_record \
 	tests/python/test_python_execute_script
 #	glom/mode_data/test_flowtablewithfields
-
+#	glom/utility_widgets/canvas/test_canvas_editable
+	
 TESTS += \
 	tests/test_glade_toplevels_instantiation.sh \
 	tests/test_glade_derived_instantiation \
@@ -170,11 +170,12 @@ glom_utility_widgets_eggspreadtablemm_test_spreadtablednd_SOURCES =	\
 glom_utility_widgets_eggspreadtablemm_test_spreadtablednd_LDADD = $(GLOM_LIBS)
 glom_utility_widgets_eggspreadtablemm_test_spreadtablednd_CPPFLAGS = $(tests_cppflags_ui)
 
-glom_utility_widgets_canvas_test_canvas_editable_SOURCES =	\
-        $(glom_source_files) \
-	glom/utility_widgets/canvas/test_canvas_editable.cc
-glom_utility_widgets_canvas_test_canvas_editable_LDADD = $(glom_all_libs)
-glom_utility_widgets_canvas_test_canvas_editable_CPPFLAGS = $(tests_cppflags_ui)
+# Disabled because it slows down the build, because it builds all Glom files again, using its own flags:
+#glom_utility_widgets_canvas_test_canvas_editable_SOURCES =	\
+#        $(glom_source_files) \
+#	glom/utility_widgets/canvas/test_canvas_editable.cc
+#glom_utility_widgets_canvas_test_canvas_editable_LDADD = $(glom_all_libs)
+#glom_utility_widgets_canvas_test_canvas_editable_CPPFLAGS = $(tests_cppflags_ui)
 
 # Disabled because it slows down the build, because it builds all Glom files again, using its own flags:
 #glom_mode_data_test_flowtablewithfields_SOURCES =	\



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