Skip to content

Instantly share code, notes, and snippets.

@2bits
Created March 30, 2012 09:00
Show Gist options
  • Save 2bits/2250078 to your computer and use it in GitHub Desktop.
Save 2bits/2250078 to your computer and use it in GitHub Desktop.
Temporarily disable glib test named param, it crashes.
--- 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