aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-04-19 16:52:32 +0300
committerPekka Paalanen <ppaalanen@gmail.com>2012-04-20 14:58:31 +0300
commite0561ac68d4db23906ca7e61bf191da4451711fd (patch)
treef1c35d58239fe67859cb47022e0fb17b1d27bc06 /tests/Makefile.am
parentprotocol: Add ping event and corresponding pong request (diff)
downloadwayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar.gz
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar.bz2
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar.lz
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar.xz
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.tar.zst
wayland-e0561ac68d4db23906ca7e61bf191da4451711fd.zip
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>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4d24d9c..7224778 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ check_PROGRAMS = \
event-loop-test \
client-test
-test_runner_src = test-runner.c test-runner.h
+test_runner_src = test-runner.c test-runner.h test-helpers.c
sanity_test_SOURCES = sanity-test.c $(test_runner_src)
map_test_SOURCES = map-test.c $(test_runner_src)