diff options
| author | jruoho <jruoho@NetBSD.org> | 2011-05-05 05:24:44 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2011-05-05 05:24:44 +0000 |
| commit | 897e329b062434c1957ae2e2596bd9130e2b1597 (patch) | |
| tree | 81a7284bd699c64bab133439ff7269560da50eee /tests/include | |
| parent | e7f41198e760e221ddaa5abf6c5b16938bca36c3 (diff) | |
Follow the real tree with the test directory structure.
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/Makefile | 3 | ||||
| -rw-r--r-- | tests/include/sys/Makefile | 4 | ||||
| -rw-r--r-- | tests/include/sys/t_types.c (renamed from tests/include/t_types.c) | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/tests/include/Makefile b/tests/include/Makefile index e088e8e5d1c..1c888e28823 100644 --- a/tests/include/Makefile +++ b/tests/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/05/03 04:50:31 jruoho Exp $ +# $NetBSD: Makefile,v 1.8 2011/05/05 05:24:44 jruoho Exp $ NOMAN= # defined @@ -16,7 +16,6 @@ TESTS_C+= t_limits TESTS_C+= t_netdb TESTS_C+= t_paths TESTS_C+= t_stdint -TESTS_C+= t_types FILESDIR= ${TESTSDIR} FILES= d_bitstring_27.out 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> diff --git a/tests/include/t_types.c b/tests/include/sys/t_types.c index c6b004fad1f..83941e32b72 100644 --- a/tests/include/t_types.c +++ b/tests/include/sys/t_types.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_types.c,v 1.2 2011/04/10 08:11:34 jruoho Exp $ */ +/* $NetBSD: t_types.c,v 1.1 2011/05/05 05:24:45 jruoho Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_types.c,v 1.2 2011/04/10 08:11:34 jruoho Exp $"); +__RCSID("$NetBSD: t_types.c,v 1.1 2011/05/05 05:24:45 jruoho Exp $"); #include <sys/types.h> |
