Cross Reference: Makefile
xref: /src/tests/lib/libpthread/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libpthread/
Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2010/07/28 21:29:15 jruoho Exp $
2
3NOMAN=		# defined
4
5.include <bsd.own.mk>
6
7TESTSDIR=	${TESTSBASE}/lib/libpthread
8LDADD+=		-lpthread
9
10TESTS_SH+=	t_atexit
11TESTS_C+=	t_barrier
12TESTS_SH+=	t_cancel
13TESTS_C+=	t_cond
14TESTS_SH+=	t_exit
15TESTS_C+=	t_fork
16TESTS_C+=	t_fpu
17TESTS_C+=	t_join
18TESTS_C+=	t_kill
19TESTS_C+=	t_mutex
20TESTS_C+=	t_name
21TESTS_C+=	t_once
22TESTS_C+=	t_preempt
23TESTS_SH+=	t_resolv
24TESTS_C+=	t_rwlock
25TESTS_C+=	t_sem
26TESTS_C+=	t_sigmask
27TESTS_C+=	t_sigsuspend
28TESTS_C+=	t_siglongjmp
29TESTS_C+=	t_sleep
30TESTS_C+=	t_status
31
32LDADD.t_sem+=	-lrt
33
34BINDIR=		${TESTSDIR}
35PROGS=		h_atexit
36PROGS+=		h_cancel
37PROGS+=		h_exit
38PROGS+=		h_resolv
39
40FILESDIR=	${TESTSDIR}
41FILES=		d_mach
42
43.include <bsd.test.mk>
44

Indexes created Sat Dec 20 21:09:36 GMT 2025