Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src link libbluetooth tests to the build
details: https://anonhg.NetBSD.org/src/rev/16e7c5845656
branches: trunk
changeset: 763924:16e7c5845656
user: plunky <plunky%NetBSD.org@localhost>
date: Thu Apr 07 06:24:07 2011 +0000
description:
link libbluetooth tests to the build
diffstat:
distrib/sets/lists/tests/mi | 17 ++++++++++++++++-
etc/mtree/NetBSD.dist.tests | 4 +++-
tests/lib/Makefile | 7 ++++---
3 files changed, 23 insertions(+), 5 deletions(-)
diffs (80 lines):
diff -r 9dea807fa201 -r 16e7c5845656 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi Thu Apr 07 06:21:57 2011 +0000
+++ b/distrib/sets/lists/tests/mi Thu Apr 07 06:24:07 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.297 2011/04/06 16:04:16 jruoho Exp $
+# $NetBSD: mi,v 1.298 2011/04/07 06:24:07 plunky Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -329,6 +329,13 @@
./usr/libdata/debug/usr/tests/lib/csu/h_initfini1.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/csu/h_initfini2.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/csu/h_initfini3.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth tests-lib-debug
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_bluetooth.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_sdp_data.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_sdp_get.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_sdp_match.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_sdp_put.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libbluetooth/t_sdp_set.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/libc tests-lib-debug
./usr/libdata/debug/usr/tests/lib/libc/db tests-lib-debug
./usr/libdata/debug/usr/tests/lib/libc/db/h_db.debug tests-lib-debug debug,atf
@@ -1708,6 +1715,14 @@
./usr/tests/lib/csu/h_initfini2 tests-lib-tests atf
./usr/tests/lib/csu/h_initfini3 tests-lib-tests atf
./usr/tests/lib/csu/t_crt0 tests-lib-tests atf
+./usr/tests/lib/libbluetooth tests-lib-tests
+./usr/tests/lib/libbluetooth/Atffile tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_bluetooth tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_sdp_data tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_sdp_get tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_sdp_match tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_sdp_put tests-lib-tests atf
+./usr/tests/lib/libbluetooth/t_sdp_set tests-lib-tests atf
./usr/tests/lib/libc tests-lib-tests
./usr/tests/lib/libc/Atffile tests-lib-tests atf
./usr/tests/lib/libc/db tests-lib-tests
diff -r 9dea807fa201 -r 16e7c5845656 etc/mtree/NetBSD.dist.tests
--- a/etc/mtree/NetBSD.dist.tests Thu Apr 07 06:21:57 2011 +0000
+++ b/etc/mtree/NetBSD.dist.tests Thu Apr 07 06:24:07 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.dist.tests,v 1.34 2011/03/10 20:03:40 pooka Exp $
+# $NetBSD: NetBSD.dist.tests,v 1.35 2011/04/07 06:24:07 plunky Exp $
./usr/libdata/debug/usr/tests
./usr/libdata/debug/usr/tests/atf
@@ -45,6 +45,7 @@
./usr/libdata/debug/usr/tests/kernel/tty
./usr/libdata/debug/usr/tests/lib
./usr/libdata/debug/usr/tests/lib/csu
+./usr/libdata/debug/usr/tests/lib/libbluetooth
./usr/libdata/debug/usr/tests/lib/libc
./usr/libdata/debug/usr/tests/lib/libc/db
./usr/libdata/debug/usr/tests/lib/libc/gen
@@ -158,6 +159,7 @@
./usr/tests/kernel/tty
./usr/tests/lib
./usr/tests/lib/csu
+./usr/tests/lib/libbluetooth
./usr/tests/lib/libc
./usr/tests/lib/libc/db
./usr/tests/lib/libc/gen
diff -r 9dea807fa201 -r 16e7c5845656 tests/lib/Makefile
--- a/tests/lib/Makefile Thu Apr 07 06:21:57 2011 +0000
+++ b/tests/lib/Makefile Thu Apr 07 06:24:07 2011 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2011/02/09 14:32:45 pooka Exp $
+# $NetBSD: Makefile,v 1.13 2011/04/07 06:24:07 plunky Exp $
.include <bsd.own.mk>
-TESTS_SUBDIRS= csu libc libm libevent libobjc libposix libprop librt \
- libpthread librumpclient librumphijack libutil semaphore
+TESTS_SUBDIRS= csu libbluetooth libc libevent libm \
+ libobjc libposix libprop libpthread \
+ librt librumpclient librumphijack libutil semaphore
.if ${MKCRYPTO} != "no"
TESTS_SUBDIRS+= libdes
Home |
Main Index |
Thread Index |
Old Index