diff options
| author | U. Artie Eoff <ullysses.a.eoff@intel.com> | 2012-03-23 10:01:23 -0700 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-24 14:37:42 -0400 |
| commit | a0e590a0f3ea87b7616cf197edd240b7b99fcc2e (patch) | |
| tree | c02a921de509e6f1a0dc9ab3b45dabdbf7dd86c9 /tests/Makefile.am | |
| parent | connection-test: Add test case to stress connection buffers (diff) | |
| download | wayland-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.am | 2 |
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) |
