]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/gen/posix_spawn/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / lib / libc / tests / gen / posix_spawn / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 BINDIR=         ${TESTSDIR}
6
7 NETBSD_ATF_TESTS_C=     fileactions_test
8 NETBSD_ATF_TESTS_C+=    spawn_test
9 NETBSD_ATF_TESTS_C+=    spawnattr_test
10
11 PROGS=          h_fileactions
12 PROGS+=         h_spawn
13 PROGS+=         h_spawnattr
14
15 SCRIPTS=        h_nonexec
16 SCRIPTS+=       h_zero
17
18 CLEANFILES+=    h_nonexec
19
20 .include "../../Makefile.netbsd-tests"
21
22 h_zero:
23         dd if=/dev/zero of=h_zero bs=1k count=2
24         chmod a+x h_zero
25
26 CLEANFILES+=    h_zero
27
28 WARNS?=3
29
30 .include <bsd.test.mk>