Test that g_slice_set_config() works
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 20:36:53 +0000 (16:36 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 21:32:53 +0000 (17:32 -0400)
commitbb5d90a76806788c26a6a3ed2c8453b35cb8c86e
treeebb2b5ade3172f8752baaca3025d7a3c4d0e465a
parent5bfb64d50704f334ae6692184e53de6dbb2e6be4
Test that g_slice_set_config() works

For a while it didn't work, due to the ctor-based initialisation of
gslice.

https://bugzilla.gnome.org/show_bug.cgi?id=660887
glib/tests/.gitignore
glib/tests/Makefile.am
glib/tests/slice.c [new file with mode: 0644]