strace/tests/mmsg_name-v.c
Dmitry V. Levin 850523683d tests: check verbose decoding of msg_name* fields of struct mmsghdr array
* tests/mmsg_name-v.c: New file.
* tests/mmsg_name-v.test: New test.
* tests/.gitignore: Add mmsg_name-v.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add mmsg_name-v.test.
2016-07-19 17:46:33 +00:00

5 lines
131 B
C

/* This file is part of mmsg_name-v strace test. */
#define VERBOSE_MMSGHDR
#define TEST_NAME "mmsg_name-v"
#include "mmsg_name.c"