GNOME Bugzilla – Bug 656906
Make 'make check' run unit tests in glib-networking
Last modified: 2011-08-26 13:30:31 UTC
Currently 'make check' doesn't run the unit tests in glib-networking.
Created attachment 194230 [details] [review] tls: Make 'make check' work properly with tests Use a similar approach to glib to running gtester and hooking in the unit tests to 'make check'
Created attachment 194234 [details] [review] tls: Clean up testing and coverage support * Make 'make check' work properly with tests * Use a similar approach to glib to running gtester and hooking in the unit tests to 'make check' * Use GIO_EXTRA_MODULES to load the in-tree gnutls module. * Add coverage support similar to glib
Comment on attachment 194234 [details] [review] tls: Clean up testing and coverage support blah. more fodder for Makefile.glib... looks ok though >+TEST_ENVIRONMENT = \ >+ GIO_EXTRA_MODULES=$(top_builddir)/tls/gnutls/.libs \ >+ LD_LIBRARY_PATH=$(top_builddir)/tls/gnutls/.libs you should not need to set LD_LIBRARY_PATH; that's what the libtool wrapper scripts are for
Created attachment 194785 [details] [review] Updated with that change. Won't merge until bug #656914 is in.
Merged.