diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 19:50:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-02 20:11:55 +0800 |
commit | 34676cc2bbd026908720a6c0067eee58dbf20d5b (patch) | |
tree | 657730c6fdd8201aeaa848fa02bbd782634228ca /tests/Makefile.am | |
parent | 172a473d7dfa3e28211758eebad57d4b65b77b2a (diff) | |
download | gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar.gz gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar.bz2 gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar.lz gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar.xz gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.tar.zst gsoc2013-empathy-34676cc2bbd026908720a6c0067eee58dbf20d5b.zip |
rename valgrind.supp to tp-glib.supp
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 cf3d84cba..bea652bd3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = interactive xml CLEANFILES= -SUPPRESSIONS=valgrind.supp dlopen.supp +SUPPRESSIONS=tp-glib.supp dlopen.supp EXTRA_DIST = \ test.manager \ |