mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
$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
|