Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Build and install ppath(3) tests.
details: https://anonhg.NetBSD.org/src/rev/32e7d3ba3999
branches: trunk
changeset: 768827:32e7d3ba3999
user: dyoung <dyoung%NetBSD.org@localhost>
date: Sat Aug 27 18:55:51 2011 +0000
description:
Build and install ppath(3) tests.
diffstat:
distrib/sets/lists/tests/mi | 7 ++++++-
tests/lib/Makefile | 4 ++--
tests/lib/libppath/Makefile | 16 +++++++++-------
3 files changed, 17 insertions(+), 10 deletions(-)
diffs (76 lines):
diff -r 57d3f667aeab -r 32e7d3ba3999 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi Sat Aug 27 18:55:21 2011 +0000
+++ b/distrib/sets/lists/tests/mi Sat Aug 27 18:55:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.377 2011/08/25 15:34:05 dyoung Exp $
+# $NetBSD: mi,v 1.378 2011/08/27 18:55:52 dyoung Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -558,6 +558,8 @@
./usr/libdata/debug/usr/tests/lib/libposix/posix1/t_rename.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/libposix/posix2 tests-lib-debug
./usr/libdata/debug/usr/tests/lib/libposix/posix2/t_rename.debug tests-lib-debug debug,atf
+./usr/libdata/debug/usr/tests/lib/libppath tests-lib-debug
+./usr/libdata/debug/usr/tests/lib/libppath/t_ppath.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/libprop tests-lib-debug
./usr/libdata/debug/usr/tests/lib/libprop/t_basic.debug tests-lib-debug debug,atf
./usr/libdata/debug/usr/tests/lib/libpthread tests-lib-debug
@@ -2261,6 +2263,9 @@
./usr/tests/lib/libposix/posix2 tests-lib-tests atf
./usr/tests/lib/libposix/posix2/Atffile tests-lib-tests atf
./usr/tests/lib/libposix/posix2/t_rename tests-lib-tests atf
+./usr/tests/lib/libppath tests-lib-tests atf
+./usr/tests/lib/libppath/Atffile tests-lib-tests atf
+./usr/tests/lib/libppath/t_ppath tests-lib-tests atf
./usr/tests/lib/libprop tests-lib-tests atf
./usr/tests/lib/libprop/Atffile tests-lib-tests atf
./usr/tests/lib/libprop/t_basic tests-lib-tests atf
diff -r 57d3f667aeab -r 32e7d3ba3999 tests/lib/Makefile
--- a/tests/lib/Makefile Sat Aug 27 18:55:21 2011 +0000
+++ b/tests/lib/Makefile Sat Aug 27 18:55:51 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2011/04/10 09:49:13 blymn Exp $
+# $NetBSD: Makefile,v 1.15 2011/08/27 18:55:51 dyoung Exp $
.include <bsd.own.mk>
TESTS_SUBDIRS= csu libbluetooth libc libcurses libevent libm \
- libobjc libposix libprop libpthread \
+ libobjc libposix libppath libprop libpthread \
librt librumpclient librumphijack libutil semaphore
.if ${MKCRYPTO} != "no"
diff -r 57d3f667aeab -r 32e7d3ba3999 tests/lib/libppath/Makefile
--- a/tests/lib/libppath/Makefile Sat Aug 27 18:55:21 2011 +0000
+++ b/tests/lib/libppath/Makefile Sat Aug 27 18:55:51 2011 +0000
@@ -1,11 +1,12 @@
-# $Id: Makefile,v 1.1 2011/08/25 19:09:46 dyoung Exp $
+# $Id: Makefile,v 1.2 2011/08/27 18:55:52 dyoung Exp $
.include <bsd.own.mk>
-LIBPPATH != make -V .OBJDIR -C $(.CURDIR)/../lib
+TESTSDIR= ${TESTSBASE}/lib/libppath
-TESTS_C=t_ppath t_proplib
-SRCS.t_proplib=t_proplib.c personnel.c personnel.h
+#LIBPPATH != make -V .OBJDIR -C $(.CURDIR)/../lib
+
+TESTS_C=t_ppath
SRCS.t_ppath=t_ppath.c personnel.c personnel.h
CPPFLAGS+=-I$(.OBJDIR)
@@ -19,8 +20,9 @@
CLEANFILES+=personnel.c personnel.h
-LDADD+=-L$(LIBPPATH) -lppath -lprop
-DPADD+=$(LIBPPATH)/libppath.a
+#LDADD+=-L$(LIBPPATH)
+LDADD+=-lppath -lprop
+#DPADD+=$(LIBPPATH)/libppath.a
.include <bsd.test.mk>
-.include "../mk/tags.mk"
+#.include "../mk/tags.mk"
Home |
Main Index |
Thread Index |
Old Index