summaryrefslogtreecommitdiff
path: root/tests/lib/librt/Makefile
blob: a41591ebc682de85caca7ca7d96ffd7fb4e9b75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2011/03/25 09:34:02 jruoho Exp $

NOMAN=		# defined

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/librt

LDADD+=		-lrt

TESTS_C=	t_sched
TESTS_C+=	t_sem

.include <bsd.test.mk>