tests: detect fd leaks

Detect file descriptor leaks in tests.

Add a sanity test to verify that we catch the leaks.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
Pekka Paalanen 2012-04-19 16:52:32 +03:00
parent 2896b6a220
commit e0561ac68d
5 changed files with 68 additions and 1 deletions

View file

@ -31,4 +31,7 @@ struct test {
\
static void name(void)
int
count_open_fds(void);
#endif