c965bec3a1
* tests/futex.c: New file. * tests/futex.test: New test. * tests/.gitignore: Add futex. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add futex.test.
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check futex syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a27
|
|
run_strace_match_diff -v -a27
|