NetBSD/tests/lib/Makefile
pooka b2077c0c11 Add tests for semaphores. Note: the "unlink" one fails because our
implementation is broken.  I'll file a PR shortly.
2010-06-10 22:03:43 +00:00

11 lines
192 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/06/10 22:03:43 pooka Exp $
.include <bsd.own.mk>
SUBDIR= libc libevent semaphore
TESTSDIR= ${TESTSBASE}/lib
.include <bsd.test.mk>
.include <bsd.subdir.mk>