summaryrefslogtreecommitdiff
path: root/tests/include/sys/Makefile
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-05-05 05:24:44 +0000
committerjruoho <jruoho@NetBSD.org>2011-05-05 05:24:44 +0000
commit897e329b062434c1957ae2e2596bd9130e2b1597 (patch)
tree81a7284bd699c64bab133439ff7269560da50eee /tests/include/sys/Makefile
parente7f41198e760e221ddaa5abf6c5b16938bca36c3 (diff)
Follow the real tree with the test directory structure.
Diffstat (limited to 'tests/include/sys/Makefile')
-rw-r--r--tests/include/sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/sys/Makefile b/tests/include/sys/Makefile
index 19a0d0e097b..6352912b4e0 100644
--- a/tests/include/sys/Makefile
+++ b/tests/include/sys/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/19 06:39:17 jruoho Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/05 05:24:45 jruoho Exp $
NOMAN= # defined
@@ -7,6 +7,6 @@ NOMAN= # defined
TESTSDIR= ${TESTSBASE}/include/sys
LDADD.t_bitops+= -lm
-TESTS_C= t_bitops t_bootblock
+TESTS_C= t_bitops t_bootblock t_types
.include <bsd.test.mk>