Cross Reference: Makefile
xref: /src/tests/lib/libc/gen/posix_spawn/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libc/gen/posix_spawn/
11.4Smartin# $NetBSD: Makefile,v 1.4 2021/11/07 18:05:36 martin Exp $
21.1Smartin
31.1SmartinNOMAN=		# defined
41.2SmartinWARNS=4
51.1Smartin
61.1Smartin.include <bsd.own.mk>
71.1Smartin
81.1SmartinTESTSDIR=	${TESTSBASE}/lib/libc/gen/posix_spawn
91.1Smartin
101.1SmartinTESTS_C=	t_spawn
111.1SmartinTESTS_C+=	t_fileactions
121.1SmartinTESTS_C+=	t_spawnattr
131.1Smartin
141.4SmartinSRCS.t_spawn += t_spawn fa_spawn_utils.c
151.4SmartinSRCS.t_fileactions += t_fileactions fa_spawn_utils.c
161.3Schristos
171.1SmartinBINDIR=		${TESTSDIR}
181.1SmartinSCRIPTSDIR=	${TESTSDIR}
191.1Smartin
201.1SmartinPROGS=		h_fileactions
211.1SmartinPROGS+=		h_spawn
221.1SmartinPROGS+=		h_spawnattr
231.1SmartinSCRIPTS=	h_nonexec h_zero
241.1Smartin
251.1Smartinh_zero:
261.1Smartin	dd if=/dev/zero of=h_zero bs=1k count=2
271.1Smartin	chmod a+x h_zero
281.1Smartin
291.1SmartinCLEANFILES+=	h_nonexec h_zero
301.1Smartin
311.1Smartin.include <bsd.test.mk>
32

Indexes created Mon Nov 10 17:20:41 GMT 2025