tests: lib: Add slist.c transl. unit
commit4cb51d855f948bdb830ae45151f69c8a5a39734e
authorToni Gundogdu <legatvs@gmail.com>
Mon, 15 Apr 2013 18:15:48 +0000 (15 21:15 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Mon, 15 Apr 2013 18:59:08 +0000 (15 21:59 +0300)
tree6e47e0d2bc3491fdaa649bd09d9ff59eb32dd04a
parented2c8c04e4ab5a6790d9c4bf4037150f6683f221
tests: lib: Add slist.c transl. unit

Add slist_free_full to the library. This function provides a convenient
way (for those who still use an earlier version of GLib) to release an
entire singly-linked list. Normally we'd just use g_slist_free_full
(since GLib 2.28).

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
tests/lib/Makefile.am
tests/lib/slist.c [new file with mode: 0644]
tests/lib/tests.h