]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-set: make test-set not link to libshared and test test_set_put_strdup*()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 29 Apr 2020 06:50:37 +0000 (08:50 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 May 2020 14:55:07 +0000 (16:55 +0200)
commitde747a0008876ea06c9bc73fff0f3d6593a9c399
tree1f5970e87feb62262308c9a42d1da86f106cc444
parentbe32732168e07b7d52ec77fa67cf93a80a9a8293
test-set: make test-set not link to libshared and test test_set_put_strdup*()

The sets are such basic functionality that it is convenient to be able to
build test-set without all the machinery in shared, and to test it without
the mempool to validate memory accesses easier.
src/test/meson.build
src/test/test-set.c