Cross Reference: Makefile
xref: /src/tests/lib/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/
Makefile revision 1.37
1# $NetBSD: Makefile,v 1.37 2025/12/22 03:11:05 thorpej Exp $
2
3.include <bsd.own.mk>
4
5TESTS_SUBDIRS=	csu libarchive libc libcrypt libcurses \
6		libexecinfo libi386 libm libnvmm libobjc libposix libppath \
7		libprop libpthread librefuse librt libstdc++ libtre libusbhid \
8		libutil libossaudio lua semaphore
9
10TESTS_SUBDIR_INSTALL_ONLY=	libevent
11
12.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
13TESTS_SUBDIRS+= librumpclient librumphijack
14.endif
15
16TESTS_SUBDIRS+= libdes
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 (${MKBLUETOOTH} != "no")
25TESTS_SUBDIRS+= libbluetooth
26.endif
27
28.if (${MKSKEY} != "no")
29TESTS_SUBDIRS+= libskey
30.endif
31
32.if ${MKSLJIT} != "no"
33TESTS_SUBDIRS+=	libsljit
34TESTS_SUBDIRS+=	libbpfjit
35.endif
36
37TESTSDIR=	${TESTSBASE}/lib
38
39.include <bsd.test.mk>
40

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