Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib PR lib/52007



details:   https://anonhg.NetBSD.org/src/rev/eea3880588c2
branches:  trunk
changeset: 828021:eea3880588c2
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Nov 23 02:40:01 2017 +0000

description:
PR lib/52007

Move libevent from being a test playing sub-directory, to a groupy,
just hanging around, hoping someone will notice it, and throw it
a bone...  (mixed metaphors?)

diffstat:

 tests/lib/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 711e42285894 -r eea3880588c2 tests/lib/Makefile
--- a/tests/lib/Makefile        Thu Nov 23 02:39:28 2017 +0000
+++ b/tests/lib/Makefile        Thu Nov 23 02:40:01 2017 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2017/05/21 15:28:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.30 2017/11/23 02:40:01 kre Exp $
 
 .include <bsd.own.mk>
 
-TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libevent libexecinfo \
+TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libexecinfo \
                libm libobjc libposix libppath libprop libpthread \
                librefuse librt libtre libusbhid libutil \
                semaphore
 
+TESTS_SUBDIR_INSTALL_ONLY=     libevent
+
 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
 TESTS_SUBDIRS+= librumpclient librumphijack
 .endif



Home | Main Index | Thread Index | Old Index