Re: [PATCH v7 3/4] tests: check decoding of netlink protocol

2016-06-22 Thread Dmitry V. Levin
On Wed, Jun 22, 2016 at 01:27:05PM +, Fabien Siron wrote: > * tests/netlink_parsing.test: New test. > * tests/netlink_parsing.c: New file. > * tests/.gitignore: Add netlink_parsing. > * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add netlink_parsing.test. > diff --git a/tes

[PATCH v7 3/4] tests: check decoding of netlink protocol

2016-06-22 Thread Fabien Siron
* tests/netlink_parsing.test: New test. * tests/netlink_parsing.c: New file. * tests/.gitignore: Add netlink_parsing. * tests/Makefile.am (check_PROGRAMS): Likewise. --- tests/.gitignore | 1 + tests/Makefile.am | 2 + tests/netlink_parsing.c| 119 +++