pkgsrc/devel/memcached/patches/patch-Makefile.am
rodent e999e38e66 Add patch to silence compilation warning found on NetBSD with gcc and
FreeBSD with clang: format specifies type 'int' but the argument has type 'long'
This seems to be fallout from the time_t change patches. Defuzz patches
while we're here.
2015-05-21 14:06:08 +00:00

15 lines
417 B
Text

$NetBSD: patch-Makefile.am,v 1.2 2015/05/21 14:07:10 rodent Exp $
List test prerequisite.
--- Makefile.am.orig 2015-01-01 06:49:53.000000000 +0000
+++ Makefile.am
@@ -75,7 +75,7 @@ EXTRA_DIST = doc scripts t memcached.spe
MOSTLYCLEANFILES = *.gcov *.gcno *.gcda *.tcov
-test: memcached-debug sizes testapp
+test: memcached-debug sizes testapp timedrun
$(srcdir)/sizes
$(srcdir)/testapp
prove $(srcdir)/t