Cross Reference: Makefile
xref: /src/tests/lib/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/
Makefile revision 1.27
1# $NetBSD: Makefile,v 1.27 2016/11/16 21:36:23 kamil Exp $
2
3.include <bsd.own.mk>
4
5TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libevent libexecinfo \
6		libm libobjc libposix libppath libprop libpthread \
7		libpthread_dbg librefuse librt libtre libusbhid libutil \
8		semaphore
9
10.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
11TESTS_SUBDIRS+= librumpclient librumphijack
12.endif
13
14.if ${MKCRYPTO} != "no"
15TESTS_SUBDIRS+= libdes
16.endif
17
18.if ${MKKYUA} != "no"
19# These tests come from external/bsd/lutok/tests/lib/liblutok.  Ensure they
20# get registered in the Atffile only when installed.
21ATFFILE_EXTRA_TPS=	liblutok
22.endif
23
24.if (${MKSKEY} != "no")
25TESTS_SUBDIRS+= libskey
26.endif
27
28.if ${MKSLJIT} != "no"
29TESTS_SUBDIRS+=	libsljit
30TESTS_SUBDIRS+=	libbpfjit
31.endif
32
33TESTSDIR=	${TESTSBASE}/lib
34
35.include <bsd.test.mk>
36

Indexes created Wed Dec 17 17:09:31 GMT 2025