Module Name: src Committed By: plunky Date: Thu Apr 7 06:24:07 UTC 2011
Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib: Makefile Log Message: link libbluetooth tests to the build To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.34 -r1.35 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.12 -r1.13 src/tests/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/tests/mi diff -u src/distrib/sets/lists/tests/mi:1.297 src/distrib/sets/lists/tests/mi:1.298 --- src/distrib/sets/lists/tests/mi:1.297 Wed Apr 6 16:04:16 2011 +++ src/distrib/sets/lists/tests/mi Thu Apr 7 06:24:07 2011 @@ -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 Index: src/etc/mtree/NetBSD.dist.tests diff -u src/etc/mtree/NetBSD.dist.tests:1.34 src/etc/mtree/NetBSD.dist.tests:1.35 --- src/etc/mtree/NetBSD.dist.tests:1.34 Thu Mar 10 20:03:40 2011 +++ src/etc/mtree/NetBSD.dist.tests Thu Apr 7 06:24:07 2011 @@ -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 Index: src/tests/lib/Makefile diff -u src/tests/lib/Makefile:1.12 src/tests/lib/Makefile:1.13 --- src/tests/lib/Makefile:1.12 Wed Feb 9 14:32:45 2011 +++ src/tests/lib/Makefile Thu Apr 7 06:24:07 2011 @@ -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