aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2012-03-23 10:01:23 -0700
committerKristian Høgsberg <krh@bitplanet.net>2012-03-24 14:37:42 -0400
commita0e590a0f3ea87b7616cf197edd240b7b99fcc2e (patch)
treec02a921de509e6f1a0dc9ab3b45dabdbf7dd86c9 /tests/Makefile.am
parentconnection-test: Add test case to stress connection buffers (diff)
downloadwayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar.gz
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar.bz2
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar.lz
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar.xz
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.tar.zst
wayland-a0e590a0f3ea87b7616cf197edd240b7b99fcc2e.zip
Add simple memory leak check to all tests.
Wrap all tests with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the tests themselves. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.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 cf81c0e..d7d12e0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,5 +12,5 @@ event_loop_test_SOURCES = event-loop-test.c test-runner.c
AM_CFLAGS = $(GCC_CFLAGS)
LDADD = $(top_builddir)/src/libwayland-util.la \
$(top_builddir)/src/libwayland-server.la \
- -lrt $(FFI_LIBS)
+ -lrt -ldl $(FFI_LIBS)