diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-20 20:58:49 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-20 22:22:18 +0100 |
commit | 9cf89e4b43e5e018bb3103be1873a3993769ce4a (patch) | |
tree | 9a69429d69f4d22d49fcfe51f0d495ec8ab9ba97 /common/tests | |
parent | 0ecabc858dd6c1c2055f53202a01251e2ad7d2c2 (diff) |
Add a bit of infrastructure for running valgrind
* make memcheck: Runs basic memory checking
* make leakcheck: Also runs leak checking
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index 70f369c..adc06cb 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/build/Makefile.tests -NULL = - COMMON = $(top_srcdir)/common INCLUDES = \ |