freebsd-dev/lib/libc/tests/gen/posix_spawn/Makefile
Ed Maste 796a99fc5c Remove dd xfer stats emitted during buildworld
They result in gratuitous differences when comparing build log output.
2016-02-18 14:17:28 +00:00

31 lines
460 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
BINDIR= ${TESTSDIR}
NETBSD_ATF_TESTS_C= fileactions_test
NETBSD_ATF_TESTS_C+= spawn_test
NETBSD_ATF_TESTS_C+= spawnattr_test
PROGS= h_fileactions
PROGS+= h_spawn
PROGS+= h_spawnattr
SCRIPTS= h_nonexec
SCRIPTS+= h_zero
CLEANFILES+= h_nonexec
.include "../../Makefile.netbsd-tests"
h_zero:
dd if=/dev/zero of=h_zero bs=1k count=2 status=none
chmod a+x h_zero
CLEANFILES+= h_zero
WARNS?=3
.include <bsd.test.mk>