c75e2c2e42
* tests/epoll_wait.c: New file. * tests/epoll_wait.test: New test. * tests/.gitignore: Add epoll_wait. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add epoll_wait.test.
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check epoll_wait syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a26
|