summaryrefslogtreecommitdiff
path: root/tests/include/sys/Makefile
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-03-19 06:39:17 +0000
committerjruoho <jruoho@NetBSD.org>2011-03-19 06:39:17 +0000
commitd7955842a1a3cf4673e64f19d44a77a2b01a7dc2 (patch)
tree5d6fd8d49bffe418649998b2e749aafdd24b332e /tests/include/sys/Makefile
parentcd8a74a3ae00c72c8dbd4cad14567cdef01064e3 (diff)
Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested.
Diffstat (limited to 'tests/include/sys/Makefile')
-rw-r--r--tests/include/sys/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/include/sys/Makefile b/tests/include/sys/Makefile
index 8bb81e95c7d..19a0d0e097b 100644
--- a/tests/include/sys/Makefile
+++ b/tests/include/sys/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2010/07/17 19:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2011/03/19 06:39:17 jruoho Exp $
NOMAN= # defined
.include <bsd.own.mk>
-TESTSDIR= ${TESTSBASE}/include/sys
+TESTSDIR= ${TESTSBASE}/include/sys
-TESTS_C= t_bootblock
+LDADD.t_bitops+= -lm
+TESTS_C= t_bitops t_bootblock
.include <bsd.test.mk>