mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
$NetBSD: patch-Makefile.am,v 1.1 2012/10/03 10:46:47 asau Exp $
|
|
|
|
List test prerequisite.
|
|
|
|
--- Makefile.am.orig 2012-01-06 18:19:50.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -73,7 +73,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
|