Dmitry V. Levin
7519e54937
Unlike the former test that was based on match_grep, the new one uses match_diff and does more rigorous testing. * tests/ppoll-v.c: New file. * tests/ppoll-v.test: New test. * tests/ppoll.c: Rewrite. * tests/ppoll.test: Likewise. * tests/ppoll.expected: Remove. * tests/ppoll-v.expected: Remove. * tests/.gitignore: Add ppoll-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ppoll-v.test. (EXTRA_DIST): Remove ppoll.expected and ppoll-v.expected.
4 lines
85 B
C
4 lines
85 B
C
/* This file is part of ppoll-v strace test. */
|
|
#define VERBOSE 1
|
|
#include "ppoll.c"
|