Re: [systemd-devel] [PATCH] test-hashmap.c first part

2013-03-26 Thread Lennart Poettering
On Tue, 26.03.13 15:10, Daniel Buch (boogiewasth...@gmail.com) wrote: > This is first part of hashmap test unit - last part is in > development. So review is much appreciated Thanks for picking this up! Much appreciated! > +#define FOREACH_CONST_CHAR(value, table) \ > +for (const char **

[systemd-devel] [PATCH] test-hashmap.c first part

2013-03-26 Thread Daniel Buch
This is first part of hashmap test unit - last part is in development. So review is much appreciated Thanks in advance. --- Makefile.am | 10 +++ src/test/test-hashmap.c | 203 2 files changed, 213 insertions(+) create mode 100644 s