Created
March 30, 2012 09:00
-
-
Save 2bits/2250078 to your computer and use it in GitHub Desktop.
Temporarily disable glib test named param, it crashes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/gobject/tests/Makefile.in 2012-03-23 20:02:45.000000000 -0700 | |
+++ b/gobject/tests/Makefile.in 2012-03-30 01:55:57.000000000 -0700 | |
@@ -410,7 +410,7 @@ | |
# initialize variables for unconditional += appending | |
EXTRA_DIST = marshalers.list | |
-TEST_PROGS = boxed enums param signals threadtests dynamictests \ | |
+TEST_PROGS = boxed enums signals threadtests \ | |
binding properties reference ifaceproperties valuearray | |
INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS) | |
@CROSS_COMPILING_FALSE@glib_genmarshal = $(top_builddir)/gobject/glib-genmarshal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment