Thu Nov 23 02:40:01 2017 UTC ()
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?)


(kre)
diff -r1.29 -r1.30 src/tests/lib/Makefile

cvs diff -r1.29 -r1.30 src/tests/lib/Makefile (expand / switch to unified diff)

--- src/tests/lib/Makefile 2017/05/21 15:28:42 1.29
+++ src/tests/lib/Makefile 2017/11/23 02:40:01 1.30
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.29 2017/05/21 15:28:42 riastradh Exp $ 1# $NetBSD: Makefile,v 1.30 2017/11/23 02:40:01 kre Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libevent libexecinfo \ 5TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libexecinfo \
6 libm libobjc libposix libppath libprop libpthread \ 6 libm libobjc libposix libppath libprop libpthread \
7 librefuse librt libtre libusbhid libutil \ 7 librefuse librt libtre libusbhid libutil \
8 semaphore 8 semaphore
9 9
 10TESTS_SUBDIR_INSTALL_ONLY= libevent
 11
10.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE) 12.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
11TESTS_SUBDIRS+= librumpclient librumphijack 13TESTS_SUBDIRS+= librumpclient librumphijack
12.endif 14.endif
13 15
14TESTS_SUBDIRS+= libdes 16TESTS_SUBDIRS+= libdes
15 17
16.if ${MKKYUA} != "no" 18.if ${MKKYUA} != "no"
17# These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they 19# These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they
18# get registered in the Atffile only when installed. 20# get registered in the Atffile only when installed.
19ATFFILE_EXTRA_TPS= liblutok 21ATFFILE_EXTRA_TPS= liblutok
20.endif 22.endif
21 23
22.if (${MKSKEY} != "no") 24.if (${MKSKEY} != "no")