NetBSD/tests/lib/libposix/posix1/Makefile
jmmv c505c44298 Convert the libposix, libprop, librt, libskey and libutil tests to ATF.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.
2010-07-16 13:56:31 +00:00

16 lines
246 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
.PATH: ${.CURDIR}/..
TESTSDIR= ${TESTSBASE}/lib/libposix/posix1
DPADD+= ${LIBPOSIX}
LDADD+= -lposix
TESTS_C= t_rename
.include <bsd.test.mk>