Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded add the tests set.



details:   https://anonhg.NetBSD.org/src/rev/38397fa5c576
branches:  trunk
changeset: 824596:38397fa5c576
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 10 23:26:32 2017 +0000

description:
add the tests set.

diffstat:

 distrib/utils/embedded/mkimage |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 94e723238abd -r 38397fa5c576 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Sat Jun 10 23:23:05 2017 +0000
+++ b/distrib/utils/embedded/mkimage    Sat Jun 10 23:26:32 2017 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.64 2017/04/11 21:06:30 jmcneill Exp $
+# $NetBSD: mkimage,v 1.65 2017/06/10 23:26:32 christos Exp $
 #
 # Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,7 +60,7 @@
 GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
 
 src="/usr/src"
-sets="base comp etc games man misc modules text"
+sets="base comp etc games man misc modules tests text"
 xsets="xbase xcomp xetc xfont xserver" 
 minfree="10%"
 bar="==="



Home | Main Index | Thread Index | Old Index