tests: support testing fd inheritance over exec
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 20 Apr 2012 11:22:51 +0000 (14:22 +0300)
committerPekka Paalanen <ppaalanen@gmail.com>
Fri, 20 Apr 2012 12:06:27 +0000 (15:06 +0300)
commitda6b1a8e4774234c2dbdd9f2875de21b41086d00
tree66b63cf24dcdc24cfd1b1b562f788e935184ca2d
parent7c0aa1a4a3aca023cbdad0a97de124a77cb98aa1
tests: support testing fd inheritance over exec

Add facility for testing how (many) file descriptors survive an exec.
This allows implementing O_CLOEXEC tests.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
tests/Makefile.am
tests/exec-fd-leak-checker.c [new file with mode: 0644]
tests/sanity-test.c
tests/test-helpers.c
tests/test-runner.h