Code

t/Makefile: Added valgrind.suppress to EXTRA_DIST.
authorSebastian Harl <sh@tokkee.org>
Sun, 1 Jun 2014 16:42:40 +0000 (18:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 1 Jun 2014 16:42:40 +0000 (18:42 +0200)
t/Makefile.am

index bfeadcfc13d7cab9485c6ae20eaa310b99f46e1e..43d24d986ba541a8092a4448c50c94974a439502 100644 (file)
@@ -2,7 +2,8 @@ EXTRA_DIST = \
                coverage.sh \
                integration/simple_config.sh \
                integration/simple_query.sh \
                coverage.sh \
                integration/simple_config.sh \
                integration/simple_query.sh \
-               integration/test_lib.sh
+               integration/test_lib.sh \
+               valgrind.suppress
 
 # coverage related flags are only set when gcov is enabled
 AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@
 
 # coverage related flags are only set when gcov is enabled
 AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@