26 lines
864 B
Diff
26 lines
864 B
Diff
From 0e4268b2b76b5c89f9e661f7ffbb9c2a7234511c Mon Sep 17 00:00:00 2001
|
|
From: Olga Kornievskaia <aglo@citi.umich.edu>
|
|
Date: Thu, 14 Oct 2010 12:26:50 -0400
|
|
Subject: [PATCH 1/3] removing pmapbrb pmaptst tests from tools dir
|
|
|
|
---
|
|
tools/Makefile | 3 ++-
|
|
1 files changed, 2 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/tools/Makefile b/tools/Makefile
|
|
index ce6019f..d3fde4e 100644
|
|
--- a/tools/Makefile
|
|
+++ b/tools/Makefile
|
|
@@ -8,7 +8,8 @@
|
|
# 'make copy DESTDIR=path' copies test programs to path
|
|
# 'make dist DESTDIR=path' copies sources to path
|
|
|
|
-TESTS = tcp tcpd udp udpd dirdmp dirprt pmaptst pmapbrd
|
|
+#TESTS = tcp tcpd udp udpd dirdmp dirprt pmaptst pmapbrd
|
|
+TESTS = tcp tcpd udp udpd dirdmp dirprt
|
|
|
|
# dirdmp apparently doesn't work with Linux 2.2. So for Linux systems,
|
|
# comment out the above definition and use this one.
|
|
--
|
|
1.6.4.msysgit.0
|
|
|