Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/compat Add tests/share/mk and external/bsd/atf/tests/atf for...



details:   https://anonhg.NetBSD.org/src/rev/e7feae5d60b0
branches:  trunk
changeset: 339005:e7feae5d60b0
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 22 00:11:33 2015 +0000

description:
Add tests/share/mk and external/bsd/atf/tests/atf for MKCOMPATTESTS

diffstat:

 compat/compatsubdir.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f82e20f7a047 -r e7feae5d60b0 compat/compatsubdir.mk
--- a/compat/compatsubdir.mk    Mon Jun 22 00:09:39 2015 +0000
+++ b/compat/compatsubdir.mk    Mon Jun 22 00:11:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: compatsubdir.mk,v 1.9 2015/06/19 18:17:49 matt Exp $
+#      $NetBSD: compatsubdir.mk,v 1.10 2015/06/22 00:11:33 matt Exp $
 
 # Build netbsd libraries.
 
@@ -27,6 +27,8 @@
        ../../../libexec/ld.elf_so
 .if ${MKCOMPATTESTS} != "no"
 SUBDIR+= ../../../tests
+SUBDIR+= ../../../tests/share          # because MKSHARE=no above
+SUBDIR+= ../../../external/bsd/atf/tests
 .endif
 .endif
 



Home | Main Index | Thread Index | Old Index